Skip to content

Commit f5ee340

Browse files
authored
Add fix-namespaces hook
1 parent b0c343b commit f5ee340

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
@@ -6,7 +6,7 @@ ARCH=$(uname -m)
66
VERSION=$(cat ~/version)
77
export ARCH VERSION
88
export OUTPATH=./dist
9-
export ADD_HOOKS="self-updater.bg.hook"
9+
export ADD_HOOKS="self-updater.bg.hook:fix-namespaces.hook"
1010
export UPINFO="gh-releases-zsync|${GITHUB_REPOSITORY%/*}|${GITHUB_REPOSITORY#*/}|latest|*$ARCH.AppImage.zsync"
1111
export DEPLOY_OPENGL=1
1212
export DEPLOY_VULKAN=1

0 commit comments

Comments
 (0)