From 2095db14e0f198e70cf4c6b58c978990c0895c6c Mon Sep 17 00:00:00 2001 From: Link4Electronics Date: Tue, 18 Aug 2026 08:35:43 -0300 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85ade4a..902769e 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Made it since the creator removed the original one [and wants 200 usd per month --- -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 9e208738e18d1d338582babbf2f496eb39f92209 Mon Sep 17 00:00:00 2001 From: Link4Electronics Date: Tue, 18 Aug 2026 08:35:50 -0300 Subject: [PATCH 2/3] 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 ee5baca..925087c 100644 --- a/make-appimage.sh +++ b/make-appimage.sh @@ -6,7 +6,7 @@ ARCH=$(uname -m) VERSION=$(pacman -Q strawberry | 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/strawberry.png export DESKTOP=/usr/share/applications/org.strawberrymusicplayer.strawberry.desktop From be74e5e8e02ed1ec67756ff13df860f12b9aeae4 Mon Sep 17 00:00:00 2001 From: Link4Electronics Date: Sat, 22 Aug 2026 08:14:58 -0300 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 902769e..96f2a43 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # strawberry-AppImage 🐧 [![GitHub Downloads](https://img.shields.io/github/downloads/pkgforge-dev/strawberry-AppImage/total?logo=github&label=GitHub%20Downloads)](https://github.com/pkgforge-dev/strawberry-AppImage/releases/latest) -[![CI Build Status](https://github.com//pkgforge-dev/strawberry-AppImage/actions/workflows/appimage.yml/badge.svg)](https://github.com/pkgforge-dev/strawberry-AppImage/releases/latest) +[![CI Build Status](https://github.com/pkgforge-dev/strawberry-AppImage/actions/workflows/appimage.yml/badge.svg)](https://github.com/pkgforge-dev/strawberry-AppImage/releases/latest) [![Latest Stable Release](https://img.shields.io/github/v/release/pkgforge-dev/strawberry-AppImage)](https://github.com/pkgforge-dev/strawberry-AppImage/releases/latest)