1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/backdrop_ynh.git synced 2024-09-03 20:36:14 +02:00

Update updater.sh

This commit is contained in:
ericgaspar 2021-09-16 09:30:28 +02:00
parent b10a24f1a1
commit f510657e17
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -123,7 +123,7 @@ done
sudo apt-get install moreutils
# Replace new version in manifest
jq -s --indent 4 ".[] | select( .prerelease != true ) | .version = \"$version~ynh1\"" manifest.json | sponge manifest.json
jq -s --indent 4 ".[] | select( .prerelease != false ) | .version = \"$version~ynh1\"" manifest.json | sponge manifest.json
# No need to update the README, yunohost-bot takes care of it