Merge pull request #72 from qurious-pixel/patch-2
Correct variable expansion
This commit is contained in:
commit
c77e0b9e33
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update.sh
vendored
2
.github/workflows/update.sh
vendored
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
directory=${APPIMAGE%$ARGV0}
|
directory=${APPIMAGE%${ARGV0/*\//}}
|
||||||
|
|
||||||
if [ -w $directory ] ; then
|
if [ -w $directory ] ; then
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue