From b6a841a4435f95d1e480ae8aa19ccd30fc8b98ad Mon Sep 17 00:00:00 2001 From: silentJET85 Date: Tue, 13 Sep 2022 17:39:54 -0500 Subject: [PATCH] allow AppimageLauncher to be installed in Debian --- deb-get | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/deb-get b/deb-get index 4442d253..eaa850c9 100755 --- a/deb-get +++ b/deb-get @@ -2481,7 +2481,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."