mirror of
https://github.com/YunoHost-Apps/jackett_ynh.git
synced 2024-09-03 19:26:28 +02:00
Defaulting to not process asset in autoupdater
This commit is contained in:
parent
232ea64517
commit
855ba6c052
1 changed files with 3 additions and 0 deletions
3
.github/workflows/updater.sh
vendored
3
.github/workflows/updater.sh
vendored
|
@ -73,6 +73,9 @@ case $asset_url in
|
|||
*"Jackett.Binaries.LinuxARM32.tar.gz")
|
||||
src="armhf"
|
||||
;;
|
||||
*)
|
||||
src=""
|
||||
;;
|
||||
esac
|
||||
|
||||
# If $src is not empty, let's process the asset
|
||||
|
|
Loading…
Add table
Reference in a new issue