User Tools

Site Tools


02_user_tutorials:08_project:command_line

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
02_user_tutorials:08_project:command_line [2025/12/10 13:14] – removed - external edit (Unknown date) 127.0.0.102_user_tutorials:08_project:command_line [2025/12/10 13:14] (current) – ↷ Page moved from 02_new_tutorials:08_project:command_line to 02_user_tutorials:08_project:command_line gaetan
Line 1: Line 1:
 +====== 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/ * ''
 +