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