1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/focalboard_ynh.git synced 2024-09-03 18:36:19 +02:00

Fix auto-updater²

This commit is contained in:
tituspijean 2021-11-19 17:52:38 +01:00
parent 8acf12ee96
commit 9400156c84
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -63,7 +63,7 @@ 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
*"focalboard-server-linux-amd64")
*"focalboard-server-linux-amd64.tar.gz")
src="app"
;;
esac