mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-08 11:49:10 +00:00
feat(appimage): make appimage non-arch specific
This commit is contained in:
parent
857d60ceaf
commit
ef34b16af7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
Loading…
Reference in a new issue