Skip to content

Commit 9667e08

Browse files
authored
Update make-appimage.sh
1 parent f0b8f6a commit 9667e08

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

make-appimage.sh

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

55
ARCH=$(uname -m)
6-
VERSION=$(cat ~/version)
7-
export ARCH VERSION
6+
export ARCH
87
export OUTPATH=./dist
98
export ADD_HOOKS="self-updater.bg.hook:fix-namespaces.hook"
109
export UPINFO="gh-releases-zsync|${GITHUB_REPOSITORY%/*}|${GITHUB_REPOSITORY#*/}|latest|*$ARCH.AppImage.zsync"

0 commit comments

Comments
 (0)