From d30cf0dc8e2d13ab436ce5161dfa22cc83cba526 Mon Sep 17 00:00:00 2001 From: Link4Electronics Date: Tue, 18 Aug 2026 09:09:51 -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 63e4e0b..e1a5e3e 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Improved AppImage of opencode **independent of the host libc** which makes able --- -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 7a64b918aa2fd0d840c9c9023d4cdaf8a8feaa6a Mon Sep 17 00:00:00 2001 From: Link4Electronics Date: Tue, 18 Aug 2026 09:10:03 -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 774fe07..ef14772 100644 --- a/make-appimage.sh +++ b/make-appimage.sh @@ -5,7 +5,7 @@ set -eu ARCH=$(uname -m) export ARCH 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=https://raw.githubusercontent.com/anomalyco/opencode/refs/heads/dev/packages/desktop/icons/prod/128x128.png export DEPLOY_OPENGL=1 From 6aae592f49a4286e50c3249cc37dd036b2c7b3e0 Mon Sep 17 00:00:00 2001 From: Link4Electronics Date: Sat, 22 Aug 2026 07:40:36 -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 e1a5e3e..18f1683 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # opencode-AppImage-Enhanced 🐧 [![GitHub Downloads](https://img.shields.io/github/downloads/pkgforge-dev/opencode-AppImage-Enhanced/total?logo=github&label=GitHub%20Downloads)](https://github.com/pkgforge-dev/opencode-AppImage-Enhanced/releases/latest) -[![CI Build Status](https://github.com//pkgforge-dev/opencode-AppImage-Enhanced/actions/workflows/appimage.yml/badge.svg)](https://github.com/pkgforge-dev/opencode-AppImage-Enhanced/releases/latest) +[![CI Build Status](https://github.com/pkgforge-dev/opencode-AppImage-Enhanced/actions/workflows/appimage.yml/badge.svg)](https://github.com/pkgforge-dev/opencode-AppImage-Enhanced/releases/latest) [![Latest Stable Release](https://img.shields.io/github/v/release/pkgforge-dev/opencode-AppImage-Enhanced)](https://github.com/pkgforge-dev/opencode-AppImage-Enhanced/releases/latest)