From b16cbc3521cfc34835d53d0ae04c5e7b45df01c7 Mon Sep 17 00:00:00 2001 From: Link4Electronics Date: Tue, 18 Aug 2026 05:09:01 -0300 Subject: [PATCH 1/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ba15b4..16d94a1 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The Official RMG AppImage releases are already very good since they use sharun, --- -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 ea8c8ab881eced622bab038d77fb048ecdf8ea9e Mon Sep 17 00:00:00 2001 From: Link4Electronics Date: Tue, 18 Aug 2026 05:09:15 -0300 Subject: [PATCH 2/4] 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 d14c596..4983a17 100644 --- a/make-appimage.sh +++ b/make-appimage.sh @@ -7,7 +7,7 @@ VERSION=$(pacman -Q rmg | awk '{print $2; exit}') # example command to get versi export ARCH VERSION export OUTPATH=./dist export APPNAME=RMG -export ADD_HOOKS="self-updater.bg.hook:x86-64-v3-check.hook" +export ADD_HOOKS="self-updater.hook:x86-64-v3-check.hook" export UPINFO="gh-releases-zsync|${GITHUB_REPOSITORY%/*}|${GITHUB_REPOSITORY#*/}|latest|*$ARCH.AppImage.zsync" export ICON=/usr/share/icons/hicolor/scalable/apps/com.github.Rosalie241.RMG.svg export DESKTOP=/usr/share/applications/com.github.Rosalie241.RMG.desktop From b5a08b0e99228c11c2a6da0335e4b201699e6f8f Mon Sep 17 00:00:00 2001 From: Link4Electronics Date: Tue, 18 Aug 2026 05:10:32 -0300 Subject: [PATCH 3/4] Update README.md --- README.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 16d94a1..2c6b3d0 100644 --- a/README.md +++ b/README.md @@ -27,15 +27,7 @@ AppImage made using [quick-sharun](https://github.com/pkgforge-dev/Anylinux-AppI **This AppImage bundles everything and it should work on any Linux distro, including old and musl-based ones.** -It is possible that this appimage may fail to work with appimagelauncher, I recommend these alternatives instead: - -* [AM](https://github.com/ivan-hc/AM) `am -i rmg-enhanced` or `appman -i rmg-enhanced` - -* [dbin](https://github.com/xplshn/dbin) `dbin install rmg-enhanced.appimage` - -* [soar](https://github.com/pkgforge/soar) `soar install rmg-enhanced` - -This AppImage can work **without FUSE** at all thanks to the [uruntime](https://github.com/VHSgunzo/uruntime) +This AppImage doesn't require FUSE to run at all, thanks to the [uruntime](https://github.com/VHSgunzo/uruntime). This AppImage is also supplied with a self-updater by default, so any updates to this application won't be missed, you will be prompted for permission to check for updates and if agreed you will then be notified when a new update is available. @@ -49,4 +41,4 @@ Self-updater is disabled by default if AppImage managers like [am](https://githu --- -More at: [AnyLinux-AppImages](https://pkgforge-dev.github.io/Anylinux-AppImages/) +More at: [AnyLinux-AppImages](https://pkgforge-dev.github.io/Anylinux-AppImages/) From 9b7101d856de0226d26b3013824ca87316b79f25 Mon Sep 17 00:00:00 2001 From: Link4Electronics Date: Tue, 18 Aug 2026 07:46:17 -0300 Subject: [PATCH 4/4] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 2c6b3d0..9f52165 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,14 @@ AppImage made using [quick-sharun](https://github.com/pkgforge-dev/Anylinux-AppI **This AppImage bundles everything and it should work on any Linux distro, including old and musl-based ones.** +It is possible that this appimage may fail to work with appimagelauncher, I recommend these alternatives instead: + +* [AM](https://github.com/ivan-hc/AM) `am -i rmg-enhanced` or `appman -i rmg-enhanced` + +* [dbin](https://github.com/xplshn/dbin) `dbin install rmg-enhanced.appimage` + +* [soar](https://github.com/pkgforge/soar) `soar install rmg-enhanced` + This AppImage doesn't require FUSE to run at all, thanks to the [uruntime](https://github.com/VHSgunzo/uruntime). This AppImage is also supplied with a self-updater by default, so any updates to this application won't be missed, you will be prompted for permission to check for updates and if agreed you will then be notified when a new update is available.