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 aa59671 commit 22c63a6Copy full SHA for 22c63a6
make-appimage.sh
@@ -6,6 +6,7 @@ ARCH=$(uname -m)
6
VERSION=$(pacman -Q viber | awk '{print $2; exit}')
7
export ARCH VERSION
8
export OUTPATH=./dist
9
+export HOOKSRC=https://raw.githubusercontent.com/fiftydinar/Anylinux-AppImages/refs/heads/patch-4/useful-tools/hooks
10
export ADD_HOOKS="self-updater.bg.hook:fix-namespaces.hook"
11
export UPINFO="gh-releases-zsync|${GITHUB_REPOSITORY%/*}|${GITHUB_REPOSITORY#*/}|latest|*$ARCH.AppImage.zsync"
12
export ICON=/usr/share/icons/hicolor/scalable/apps/viber.svg
0 commit comments