Skip to content

Commit 5f54fd8

Browse files
Update make-appimage.sh
1 parent 1ddb391 commit 5f54fd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.bg.hook:wayland-is-broken.src.hook"
99
export UPINFO="gh-releases-zsync|${GITHUB_REPOSITORY%/*}|${GITHUB_REPOSITORY#*/}|latest|*$ARCH.AppImage.zsync"
1010
export DEPLOY_OPENGL=1
1111
export DEPLOY_VULKAN=1

0 commit comments

Comments
 (0)