Update update.sh
icon updates
This commit is contained in:
parent
5a98ae2d86
commit
4cdf35cffb
1 changed files with 2 additions and 0 deletions
2
.github/workflows/update.sh
vendored
2
.github/workflows/update.sh
vendored
|
@ -1,5 +1,7 @@
|
||||||
#!/bin/bash
|
#!/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
|
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=$?
|
answer=$?
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue