Skip to content

Commit 2aefc87

Browse files
Update make-appimage.sh
1 parent 18c7953 commit 2aefc87

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
@@ -5,7 +5,7 @@ set -eu
55
ARCH=$(uname -m)
66
export ARCH
77
export OUTPATH=./dist
8-
export ADD_HOOKS="self-updater.bg.hook"
8+
export ADD_HOOKS="self-updater.hook"
99
export UPINFO="gh-releases-zsync|${GITHUB_REPOSITORY%/*}|${GITHUB_REPOSITORY#*/}|latest|*$ARCH.AppImage.zsync"
1010
export ICON=https://raw.githubusercontent.com/drhelius/Gearboy/refs/heads/master/platforms/macos/image.png
1111
export DEPLOY_GTK=1

0 commit comments

Comments
 (0)