Really fix flathub deploy script

This commit is contained in:
su-ex 2021-09-14 01:36:17 +02:00
parent e45b9c2479
commit b4b17cc015
No known key found for this signature in database
GPG Key ID: E9E9F6644110943E

View File

@ -23,7 +23,7 @@ git fetch
git reset --hard origin/master
yamlFile="chat.schildi.desktop.yaml"
xmlFile="chat.schildi.desktop.appdata.xml"
xmlFile="chat.schildi.desktop.metainfo.xml"
sed -i "s|url: .* #SC:url|url: $downloadurl #SC:url|" "$yamlFile"
sed -i "s|sha256: .* #SC:sha256|sha256: $sha256sum #SC:sha256|" "$yamlFile"