From 4baf6590b04437bafff2aec0ed76a5b1d8d42e64 Mon Sep 17 00:00:00 2001 From: Link4Electronics Date: Tue, 18 Aug 2026 09:02:29 -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 7b22664..73b1983 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ --- -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 620c680955b1196c1b8ec19da86f2496e33b88d3 Mon Sep 17 00:00:00 2001 From: Link4Electronics Date: Tue, 18 Aug 2026 09:02:37 -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 e5da687..f5dddd6 100644 --- a/make-appimage.sh +++ b/make-appimage.sh @@ -6,7 +6,7 @@ ARCH=$(uname -m) VERSION=$(pacman -Q gwenview | awk '{print $2; exit}') # example command to get version of application here export ARCH VERSION 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 ICON=/usr/share/icons/hicolor/128x128/apps/gwenview.png export DESKTOP=/usr/share/applications/org.kde.gwenview.desktop