1
0
forked from Git/send_ynh
This commit is contained in:
ericgaspar
2021-11-11 20:08:38 +01:00
parent 531c0a6b1b
commit 5c943e5032
4 changed files with 5 additions and 8 deletions

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
*".tar.gz"*)
"v"*".tar.gz"*)
src="app"
;;
esac
@ -116,9 +116,6 @@ done
# GENERIC FINALIZATION
#=================================================
# Install moreutils, needed for sponge
sudo apt-get install moreutils
# Replace new version in manifest
echo "$(jq -s --indent 4 ".[] | .version = \"$version~ynh1\"" manifest.json)" > manifest.json