mirror of https://github.com/PCSX2/pcsx2.git
AppImage: Don't change current working directory
This commit is contained in:
parent
498fe48255
commit
db8fb7f5a3
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
cd "$(dirname "$0")"
|
||||
exec ./usr/bin/pcsx2-qt "$@"
|
||||
APPDIR=$(dirname "$0")
|
||||
exec "$APPDIR/usr/bin/pcsx2-qt" "$@"
|
||||
|
|
Loading…
Reference in New Issue