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.77k stars 2.12k forks source link

Changed PPSSPPSDL.desktop, makeappimage_32-bit.sh, and makeappimage_64-bit.sh for making AppImages #19291

Closed ghost closed 6 days ago

ghost commented 1 week ago

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

After making an SDL build, enter the following in a command-line window in the ~/ppsspp/build/ directory for Linux 32-bit:

~/ppsspp/scripts/makeappimage_32-bit.sh

An AppImage should be made without additional steps.

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

After making an SDL build, enter the following in a command-line window in the ~/ppsspp/build/ directory for Linux 64-bit:

~/ppsspp/scripts/makeappimage_64-bit.sh

An AppImage should be made without additional steps.