diff --git a/README.md b/README.md index 9ba15b4..9f52165 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.** @@ -35,7 +35,7 @@ It is possible that this appimage may fail to work with appimagelauncher, I reco * [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 +49,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/) 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