snes9xgit / snes9x

Snes9x - Portable Super Nintendo Entertainment System (TM) emulator
http://www.snes9x.com
Other
2.63k stars 453 forks source link

Add a 32-bit AppImage Script for Linux #929

Closed ghost closed 3 months ago

ghost commented 4 months ago

I am proposing to add a script and rename an existing script to create 32-bit or 64-bit AppImage files.

It might be a good idea to check that "makeappimage_32-bit.sh" can be opened as a program.

After a build has been made, enter the following code in a command-line window in the ~/snes9x/build/ directory for Linux 32-bit:

~/snes9x/gtk/scripts/makeappimage_32-bit.sh

It might be a good idea to check that "makeappimage_64-bit.sh" can be opened as a program.

After a build has been made, enter the following code in a command-line window in the ~/snes9x/build/ directory for Linux 64-bit:

~/snes9x/gtk/scripts/makeappimage_64-bit.sh