We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b81b14e commit a54e09bCopy full SHA for a54e09b
make-appimage.sh
@@ -6,7 +6,7 @@ ARCH=$(uname -m)
6
VERSION=$(pacman -Q signal-desktop | awk '{print $2; exit}') # example command to get version of application here
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 ICON=/usr/share/icons/hicolor/128x128/apps/signal-desktop.png
12
export DESKTOP=/usr/share/applications/signal-desktop.desktop
0 commit comments