mirror of
https://github.com/YunoHost-Apps/prowlarr_ynh.git
synced 2024-09-03 20:16:07 +02:00
Fix auto-updater
This commit is contained in:
parent
462cc7cc53
commit
ffdc02a5a6
1 changed files with 3 additions and 3 deletions
6
.github/workflows/updater.sh
vendored
6
.github/workflows/updater.sh
vendored
|
@ -64,13 +64,13 @@ echo "Handling asset at $asset_url"
|
|||
# Here we base the source file name upon a unique keyword in the assets url (admin vs. update)
|
||||
# Leave $src empty to ignore the asset
|
||||
case $asset_url in
|
||||
*"linux-core-arm"*)
|
||||
*"linux-core-arm.tar.gz")
|
||||
src="app.arm"
|
||||
;;
|
||||
*"linux-core-arm64"*)
|
||||
*"linux-core-arm64.tar.gz")
|
||||
src="app.arm64"
|
||||
;;
|
||||
*"linux-core-x64"*)
|
||||
*"linux-core-x64.tar.gz")
|
||||
src="app.x64"
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Add table
Reference in a new issue