forked from Git/send_ynh
3.4.14
This commit is contained in:
5
.github/workflows/updater.sh
vendored
5
.github/workflows/updater.sh
vendored
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user