From ef34b16af7a5a3045c1437b738f47a8e03c9bc08 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Thu, 3 Aug 2023 18:19:29 +0530 Subject: [PATCH] feat(appimage): make appimage non-arch specific --- package/appimage/{lune_amd64.yml => lune.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename package/appimage/{lune_amd64.yml => lune.yml} (87%) diff --git a/package/appimage/lune_amd64.yml b/package/appimage/lune.yml similarity index 87% rename from package/appimage/lune_amd64.yml rename to package/appimage/lune.yml index 04d02a2..dca130b 100644 --- a/package/appimage/lune_amd64.yml +++ b/package/appimage/lune.yml @@ -2,7 +2,7 @@ app: lune ingredients: script: - - dl_uri=$(curl "https://api.github.com/repos/filiptibell/lune/releases/latest" | grep -E "https.*lune-.*linux-x86_64.zip" | cut -d '"' -f4) + - 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 - unzip lune-*.zip