Rosalie241 / RMG

Rosalie's Mupen GUI
GNU General Public License v3.0
573 stars 50 forks source link

Allow skipping the .AppImage file packing with --no-appimage #144

Closed busywait closed 11 months ago

busywait commented 11 months ago

For building RMG as a .AppImage file in a local container to deploy on to the host.

This change adds the optional parameter "--no-appimage" to the Package/AppImage/Create.sh script. If --no-appimage is specified then no output plugin is specified for LinuxDeploy and the application and supporting files and dependencies are simply left unpacked in the Bin/AppImage directory.

The default behaviour for Create.sh with no parameter remains the same: a compressed version of the AppImage directory is created.