From a29b5da46bc6d579ddb34b95f0896caa7f413d52 Mon Sep 17 00:00:00 2001 From: Link4Electronics Date: Tue, 18 Aug 2026 08:11:35 -0300 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce58d17..b671265 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Improved AppImage of Zen Browser **independent of the host libc** which makes ab --- -AppImage made using [sharun](https://github.com/VHSgunzo/sharun) and its wrapper [quick-sharun](https://github.com/pkgforge-dev/Anylinux-AppImages/blob/main/useful-tools/quick-sharun.sh), which makes it extremely easy to turn any binary into a portable package reliably without using containers or similar tricks. +AppImage made using [quick-sharun](https://github.com/pkgforge-dev/Anylinux-AppImages/blob/main/useful-tools/quick-sharun.sh), which makes it extremely easy to turn any binary into a portable package reliably without using containers or similar tricks. **This AppImage bundles everything and it should work on any Linux distro, including old and musl-based ones.** From 643084b78626779eb6fff31709070274469e171d Mon Sep 17 00:00:00 2001 From: Link4Electronics Date: Tue, 18 Aug 2026 08:11:43 -0300 Subject: [PATCH 2/2] Update make-appimage.sh --- make-appimage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-appimage.sh b/make-appimage.sh index d4ac08c..9005fb5 100644 --- a/make-appimage.sh +++ b/make-appimage.sh @@ -5,7 +5,7 @@ set -eu ARCH=$(uname -m) export ARCH export OUTPATH=./dist -export ADD_HOOKS="self-updater.bg.hook" +export ADD_HOOKS="self-updater.hook" export UPINFO="gh-releases-zsync|${GITHUB_REPOSITORY%/*}|${GITHUB_REPOSITORY#*/}|latest|*$ARCH.AppImage.zsync" export DESKTOP=https://raw.githubusercontent.com/zen-browser/desktop/refs/heads/dev/build/AppDir/zen.desktop export DEPLOY_OPENGL=1