From a6d5e62dcea3825c0e61eeb36f64a8e71800eef9 Mon Sep 17 00:00:00 2001 From: Link4Electronics Date: Tue, 18 Aug 2026 08:59:09 -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 6066674..aa1bb70 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 a68681fbb59891a10e47398c97696858f7d56510 Mon Sep 17 00:00:00 2001 From: Link4Electronics Date: Tue, 18 Aug 2026 08:59:17 -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 413bdc5..6fc871b 100644 --- a/make-appimage.sh +++ b/make-appimage.sh @@ -5,7 +5,7 @@ set -eu ARCH=$(uname -m) VERSION=$(pacman -Q vcmi | awk '{print $2; exit}') # example command to get version of application here export ARCH VERSION -export ADD_HOOKS="self-updater.bg.hook" +export ADD_HOOKS="self-updater.hook" export OUTPATH=./dist export UPINFO="gh-releases-zsync|${GITHUB_REPOSITORY%/*}|${GITHUB_REPOSITORY#*/}|latest|*$ARCH.AppImage.zsync" export DESKTOP=/usr/share/applications/vcmiclient.desktop From abe27fff9254ee4df9fc5297e0fe8ebb9d1e61fc Mon Sep 17 00:00:00 2001 From: Link4Electronics Date: Sat, 22 Aug 2026 08:51:38 -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 aa1bb70..65dc76c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # vcmi-AppImage 🐧 [![GitHub Downloads](https://img.shields.io/github/downloads/pkgforge-dev/vcmi-AppImage/total?logo=github&label=GitHub%20Downloads)](https://github.com/pkgforge-dev/vcmi-AppImage/releases/latest) -[![CI Build Status](https://github.com//pkgforge-dev/vcmi-AppImage/actions/workflows/appimage.yml/badge.svg)](https://github.com/pkgforge-dev/vcmi-AppImage/releases/latest) +[![CI Build Status](https://github.com/pkgforge-dev/vcmi-AppImage/actions/workflows/appimage.yml/badge.svg)](https://github.com/pkgforge-dev/vcmi-AppImage/releases/latest) [![Latest Stable Release](https://img.shields.io/github/v/release/pkgforge-dev/vcmi-AppImage)](https://github.com/pkgforge-dev/vcmi-AppImage/releases/latest)