feat(appimage): make appimage non-arch specific

This commit is contained in:
Erica Marigold 2023-08-03 18:19:29 +05:30 committed by GitHub
parent 857d60ceaf
commit ef34b16af7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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