Fixes finding the path of Pineapple.
This commit is contained in:
parent
63427abbf6
commit
5e150635d4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update.sh
vendored
2
.github/workflows/update.sh
vendored
|
@ -4,7 +4,7 @@ zenity --question --timeout=10 --title="yuzu updater" --text="New update availab
|
||||||
answer=$?
|
answer=$?
|
||||||
|
|
||||||
if [ "$answer" -eq 0 ]; then
|
if [ "$answer" -eq 0 ]; then
|
||||||
$APPDIR/usr/bin/AppImageUpdate $PWD/yuzu-x86_64.AppImage && $PWD/yuzu-x86_64.AppImage "$@"
|
$APPDIR/usr/bin/AppImageUpdate $APPIMAGE && ${APPIMAGE%$ARGV0}yuzu-x86_64.AppImage "$@"
|
||||||
elif [ "$answer" -eq 1 ]; then
|
elif [ "$answer" -eq 1 ]; then
|
||||||
$APPDIR/AppRun-patched "$@"
|
$APPDIR/AppRun-patched "$@"
|
||||||
elif [ "$answer" -eq 5 ]; then
|
elif [ "$answer" -eq 5 ]; then
|
||||||
|
|
Loading…
Reference in a new issue