mirror of
https://github.com/YunoHost-Apps/filebrowser_ynh.git
synced 2024-09-03 18:36:05 +02:00
Fix
This commit is contained in:
parent
65e5a1cd15
commit
5f1c14c915
2 changed files with 6 additions and 6 deletions
BIN
.github/.DS_Store
vendored
Normal file
BIN
.github/.DS_Store
vendored
Normal file
Binary file not shown.
12
.github/workflows/updater.sh
vendored
12
.github/workflows/updater.sh
vendored
|
@ -66,14 +66,14 @@ 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
|
||||
*"admin"*)
|
||||
src="app"
|
||||
*"/linux-amd64-filebrowser.tar.gz"*)
|
||||
src="amd64"
|
||||
;;
|
||||
*"update"*)
|
||||
src="app-upgrade"
|
||||
*"/linux-arm64-filebrowser.tar.gz"*)
|
||||
src="arm64"
|
||||
;;
|
||||
*)
|
||||
src=""
|
||||
*"/linux-armv7-filebrowser.tar.gz"*)
|
||||
src="armhf"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue