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 f0b8f6a commit 9667e08Copy full SHA for 9667e08
make-appimage.sh
@@ -3,8 +3,7 @@
3
set -eu
4
5
ARCH=$(uname -m)
6
-VERSION=$(cat ~/version)
7
-export ARCH VERSION
+export ARCH
8
export OUTPATH=./dist
9
export ADD_HOOKS="self-updater.bg.hook:fix-namespaces.hook"
10
export UPINFO="gh-releases-zsync|${GITHUB_REPOSITORY%/*}|${GITHUB_REPOSITORY#*/}|latest|*$ARCH.AppImage.zsync"
0 commit comments