We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc7fb0d commit 155cc37Copy full SHA for 155cc37
1 file changed
make-appimage.sh
@@ -6,7 +6,6 @@ ARCH=$(uname -m)
6
VERSION=$(pacman -Q qarma | 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"
10
export UPINFO="gh-releases-zsync|${GITHUB_REPOSITORY%/*}|${GITHUB_REPOSITORY#*/}|latest|*$ARCH.AppImage.zsync"
11
export ICON=DUMMY
12
export DESKTOP=DUMMY
0 commit comments