From 5e150635d4c251675b5846b8571532edd1e5d03f Mon Sep 17 00:00:00 2001 From: qurious-pixel <62252937+qurious-pixel@users.noreply.github.com> Date: Wed, 22 Jun 2022 06:23:59 -0700 Subject: [PATCH] Fixes finding the path of Pineapple. --- .github/workflows/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update.sh b/.github/workflows/update.sh index a80bf9fdc..051cedce4 100644 --- a/.github/workflows/update.sh +++ b/.github/workflows/update.sh @@ -4,7 +4,7 @@ zenity --question --timeout=10 --title="yuzu updater" --text="New update availab answer=$? 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 $APPDIR/AppRun-patched "$@" elif [ "$answer" -eq 5 ]; then