hrydgard / ppsspp

A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us on Discord at https://discord.gg/5NJB6dD or just send pull requests / issues. For discussion use the forums at forums.ppsspp.org.
https://www.ppsspp.org
Other
10.78k stars 2.12k forks source link

Add AppImage Scripts for Linux #19226

Closed ghost closed 1 month ago

ghost commented 1 month ago

I am proposing to add two scripts to create 32-bit or 64-bit AppImage files.

For a 32-bit AppImage, enter the following code in a command-line window with ~/ppsspp/build/ as the directory after a build has been made:

~/ppsspp/scripts/makeappimage_32-bit.sh

For a 64-bit AppImage, enter the following code in a command-line window with ~/ppsspp/build/ as the directory after a build has been made:

~/ppsspp/scripts/makeappimage_64-bit.sh