From b0ca4a21cf1807fcb91a3cb2a7c8f0fc209560eb Mon Sep 17 00:00:00 2001 From: qurious-pixel <62252937+qurious-pixel@users.noreply.github.com> Date: Tue, 19 Jan 2021 10:47:14 -0800 Subject: [PATCH] auto-restart after update --- .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 f3c3d2578..bd5f3b765 100644 --- a/.github/workflows/update.sh +++ b/.github/workflows/update.sh @@ -6,7 +6,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 + $APPDIR/usr/bin/AppImageUpdate $PWD/yuzu-x86_64.AppImage && $PWD/yuzu-x86_64.AppImage elif [ "$answer" -eq 1 ]; then $APPDIR/usr/bin/yuzu elif [ "$answer" -eq 5 ]; then