We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d8ec52 commit ac41a4bCopy full SHA for ac41a4b
1 file changed
make-appimage.sh
@@ -3,7 +3,7 @@
3
set -eu
4
5
ARCH=$(uname -m)
6
-VERSION=$(pacman -Q PACKAGENAME | awk '{print $2; exit}') # example command to get version of application here
+VERSION=$(pacman -Q pcsx2-git | awk '{print $2; exit}') # example command to get version of application here
7
export ARCH VERSION
8
export OUTPATH=./dist
9
export ADD_HOOKS="self-updater.bg.hook"
0 commit comments