02_user_tutorials:08_project:command_line
Command line zip
It is possible to compress a project into a gsz manually by running any compression tool. The only reauirement is to ensure that the META-INF folder is compressed first (like in jars).
For instance the following command line in a folder with an extracted project will create a working gsz.
zip -r myProject.gsz META-INF/ *
02_user_tutorials/08_project/command_line.txt · Last modified: 2025/12/10 13:14 by gaetan
