update ccache #7

Merged
qurious-pixel merged 3 commits from patch-3 into main 2021-01-22 12:00:21 +01:00
Showing only changes of commit b0ca4a21cf - Show all commits

View file

@ -6,7 +6,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 $APPDIR/usr/bin/AppImageUpdate $PWD/yuzu-x86_64.AppImage && $PWD/yuzu-x86_64.AppImage
elif [ "$answer" -eq 1 ]; then elif [ "$answer" -eq 1 ]; then
$APPDIR/usr/bin/yuzu $APPDIR/usr/bin/yuzu
elif [ "$answer" -eq 5 ]; then elif [ "$answer" -eq 5 ]; then