Skip to content

Commit ac41a4b

Browse files
authored
Update make-appimage.sh
1 parent 0d8ec52 commit ac41a4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

make-appimage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -eu
44

55
ARCH=$(uname -m)
6-
VERSION=$(pacman -Q PACKAGENAME | awk '{print $2; exit}') # example command to get version of application here
6+
VERSION=$(pacman -Q pcsx2-git | awk '{print $2; exit}') # example command to get version of application here
77
export ARCH VERSION
88
export OUTPATH=./dist
99
export ADD_HOOKS="self-updater.bg.hook"

0 commit comments

Comments
 (0)