From c4e197cf597617c58d0621a93dc284d7d4a841be Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Thu, 1 May 2025 07:58:03 +0100 Subject: [PATCH] feat(appimage): download lune version from env var --- package/appimage/lune.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package/appimage/lune.yml b/package/appimage/lune.yml index dca130b..f199925 100644 --- a/package/appimage/lune.yml +++ b/package/appimage/lune.yml @@ -2,11 +2,9 @@ app: lune ingredients: script: - - dl_uri=$(curl "https://api.github.com/repos/filiptibell/lune/releases/latest" | grep -E "https.*lune-.*linux-$(uname -m).zip" | cut -d '"' -f4) - - wget $dl_uri + - wget "https://github.com/lune-org/lune/releases/download/v$LUNE_VERSION/lune-$LUNE_VERSION-linux-x86_64.zip" - unzip lune-*.zip - script: - cp -r ../lune ./usr/bin - cat > lune.desktop <