gcc-11
This commit is contained in:
parent
a567537688
commit
702d42abe8
1 changed files with 2 additions and 4 deletions
6
.github/workflows/update.sh
vendored
6
.github/workflows/update.sh
vendored
|
@ -1,15 +1,13 @@
|
|||
#!/bin/bash
|
||||
|
||||
export QT_QPA_PLATFORMTHEME=gtk3
|
||||
|
||||
zenity --question --timeout=10 --title="yuzu updater" --text="New update available. Update now?" --icon-name=yuzu --window-icon=yuzu.svg --height=80 --width=400
|
||||
answer=$?
|
||||
|
||||
if [ "$answer" -eq 0 ]; then
|
||||
$APPDIR/usr/bin/AppImageUpdate $PWD/yuzu-x86_64.AppImage && $PWD/yuzu-x86_64.AppImage
|
||||
elif [ "$answer" -eq 1 ]; then
|
||||
$APPDIR/usr/bin/yuzu
|
||||
$APPDIR/AppRun-patched
|
||||
elif [ "$answer" -eq 5 ]; then
|
||||
$APPDIR/usr/bin/yuzu
|
||||
$APPDIR/AppRun-patched
|
||||
fi
|
||||
exit 0
|
||||
|
|
Loading…
Reference in a new issue