-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build output in .zip and .tar.gz does not match previous layout #163
Comments
This should be relatively easy to fix. It involves modifying the distribution contents, mostly. I think that #162 may make it easier for you to work from a function based distribution contents template. |
Gene and I fixed the xdk/xdk issue. I haven't pushed yet. |
Now the problem is getting rid of the "xdk-0.4.43/" |
That comes from the xdk/build.gradle.kts code:
|
cpurdy
added a commit
that referenced
this issue
Feb 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Current install layout (the child "xdk" directory should have been one level up with the other "xdk" directory):
Current .tar.gz layout (needs same fix as above, plus no xdk-0.4.43 up front):
A clear and concise description of what the bug is.
To Reproduce
Run the build. Examine the layout result of "installDist" build command. Examine the .tar.gz and .zip file layout.
Expected behavior
Designed layout:
Additional context
This change occurred as part of the new build project.
The text was updated successfully, but these errors were encountered: