diff --git a/README.md b/README.md index 578527d..cb570e4 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # kdeconnect-AppImage 🐧 [![GitHub Downloads](https://img.shields.io/github/downloads/pkgforge-dev/kdeconnect-AppImage/total?logo=github&label=GitHub%20Downloads)](https://github.com/pkgforge-dev/kdeconnect-AppImage/releases/latest) -[![CI Build Status](https://github.com//pkgforge-dev/kdeconnect-AppImage/actions/workflows/appimage.yml/badge.svg)](https://github.com/pkgforge-dev/kdeconnect-AppImage/releases/latest) +[![CI Build Status](https://github.com/pkgforge-dev/kdeconnect-AppImage/actions/workflows/appimage.yml/badge.svg)](https://github.com/pkgforge-dev/kdeconnect-AppImage/releases/latest) [![Latest Stable Release](https://img.shields.io/github/v/release/pkgforge-dev/kdeconnect-AppImage)](https://github.com/pkgforge-dev/kdeconnect-AppImage/releases/latest)

@@ -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.** diff --git a/make-appimage.sh b/make-appimage.sh index 3521118..326cc04 100644 --- a/make-appimage.sh +++ b/make-appimage.sh @@ -6,7 +6,7 @@ ARCH=$(uname -m) VERSION=$(pacman -Q kdeconnect | 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 DESKTOP=/usr/share/applications/org.kde.kdeconnect.app.desktop export ICON=/usr/share/icons/hicolor/scalable/apps/kdeconnect.svg