From 9eac8efed537ef78a3c9012374acb65ca4bd64a5 Mon Sep 17 00:00:00 2001 From: silentJET85 <81664312+silentJET85@users.noreply.github.com> Date: Wed, 21 Sep 2022 17:50:08 -0500 Subject: [PATCH] allow AppimageLauncher to be installed in Debian (#521) --- deb-get | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/deb-get b/deb-get index e2745aad9..8f9125a05 100644 --- a/deb-get +++ b/deb-get @@ -2514,7 +2514,12 @@ function deb_papirus-icon-theme() { } function deb_appimagelauncher() { - PPA="ppa:appimagelauncher-team/stable" + ARCHS_SUPPORTED="amd64 i386 armhf arm64" + get_github_releases "https://api.github.com/repos/TheAssassin/AppImageLauncher/releases" + if [ "${ACTION}" != "prettylist" ]; then + URL="$(grep "browser_download_url.*${HOST_ARCH}\.deb\"" "${CACHE_DIR}/${APP}.json" | grep -v xenial | head -n1 | cut -d '"' -f4)" + VERSION_PUBLISHED="$(echo "${URL}" | cut -d '_' -f2 | cut -d '-' -f1)" + fi PRETTY_NAME="AppImage Launcher" WEBSITE="https://github.com/TheAssassin/AppImageLauncher" SUMMARY="A free and open source MIT licensed app that makes your Linux desktop AppImage ready. Integrate AppImages to your application launcher with one click, and manage, update and remove them from there."