We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fix-namespaces
1 parent b0c343b commit f5ee340Copy full SHA for f5ee340
make-appimage.sh
@@ -6,7 +6,7 @@ ARCH=$(uname -m)
6
VERSION=$(cat ~/version)
7
export ARCH VERSION
8
export OUTPATH=./dist
9
-export ADD_HOOKS="self-updater.bg.hook"
+export ADD_HOOKS="self-updater.bg.hook:fix-namespaces.hook"
10
export UPINFO="gh-releases-zsync|${GITHUB_REPOSITORY%/*}|${GITHUB_REPOSITORY#*/}|latest|*$ARCH.AppImage.zsync"
11
export DEPLOY_OPENGL=1
12
export DEPLOY_VULKAN=1
0 commit comments