gtk4-cross icon indicating copy to clipboard operation
gtk4-cross copied to clipboard

`package` does not actually zip anything

Open faern opened this issue 1 year ago • 1 comments

The documentation states that:

Then run build to build the project and package to package it into a zip file. package.zip will 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?

faern avatar Feb 05 '24 19:02 faern

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.

MGlolenstine avatar Feb 06 '24 06:02 MGlolenstine