Skip to content

Commit 9dba173

Browse files
authored
hooks have been renamed
1 parent dcabb1e commit 9dba173

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
@@ -6,7 +6,7 @@ ARCH=$(uname -m)
66
VERSION=$(pacman -Q PACKAGENAME | awk '{print $2; exit}') # example command to get version of application here
77
export ARCH VERSION
88
export OUTPATH=./dist
9-
export ADD_HOOKS="self-updater.bg.hook"
9+
export ADD_HOOKS="self-updater.hook"
1010
export UPINFO="gh-releases-zsync|${GITHUB_REPOSITORY%/*}|${GITHUB_REPOSITORY#*/}|latest|*$ARCH.AppImage.zsync"
1111
export ICON=PATH_OR_URL_TO_ICON
1212
export DESKTOP=PATH_OR_URL_TO_DESKTOP_ENTRY

0 commit comments

Comments
 (0)