Rosalie241 / RMG

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

Allow Package/AppImage/Create.sh to skip .AppImage file creation #147

Closed busywait closed 11 months ago

busywait commented 11 months ago

Allow Package/AppImage/Create.sh to skip .AppImage file creation with --folder-only

I am building an AppImage in an ubuntu container to deploy to the local host, a Steam Deck with a read-only root filesystem. After the build, I deploy the unpacked AppImage folder, and I do not need the compressed squashfs .AppImage file that is created.

This change allows my build script to easily skip the .AppImage compression, saving me time and wear on my disk. No change is needed to the current .github/workflows/build.yml

busywait commented 11 months ago

Not wanted in upstream (RMG)