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 9b31fe5 commit b2b684bCopy full SHA for b2b684b
make-appimage.sh
@@ -2,8 +2,9 @@
2
3
set -eu
4
5
-export ARCH=$(uname -m)
6
-export VERSION=$(pacman -Q PACKAGENAME | awk '{print $2; exit}') # example command to get version of application here
+ARCH=$(uname -m)
+VERSION=$(pacman -Q PACKAGENAME | 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"
0 commit comments