gtk4-cross
gtk4-cross copied to clipboard
`package` does not actually zip anything
The documentation states that:
Then run
buildto build the project andpackageto package it into a zip file.package.zipwill be present in your project directory.
But the actual zipping was removed in 1ebf590a2e1a6d849affc6068caefe068a7246e2. Now package does not seem to create package.zip any longer. I'm not sure if it was a mistake to remove it (and should be added back), or if intentional (and the documentation should be fixed)
The zip package is still installed at the beginning of the container definition. If zipping is no longer desired, it could maybe be removed?
You are indeed correct. An update of README is needed.
The change was debated here and you can still zip it, if that's needed.