This website requires JavaScript.
Explore
Help
Register
Sign In
ShuriZma
/
pcsx2
mirror of
https://github.com/PCSX2/pcsx2.git
Watch
1
Star
0
Fork
You've already forked pcsx2
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ec927e5dd9
pcsx2
/
.github
/
workflows
/
scripts
/
linux
/
AppRun-qt
5 lines
71 B
Plaintext
Raw
Normal View
History
Unescape
Escape
CI: Add AppImage builder for Qt
2022-07-02 04:00:56 +00:00
#!/bin/sh
AppImage: Don't change current working directory
2022-11-25 08:31:17 +00:00
APPDIR=$(dirname "$0")
exec "$APPDIR/usr/bin/pcsx2-qt" "$@"