ci(packaging): fix flatpak metainfo (#3588)
This commit is contained in:
parent
64544e7960
commit
a513acc16b
2 changed files with 10 additions and 6 deletions
6
.github/workflows/update-flathub-repo.yml
vendored
6
.github/workflows/update-flathub-repo.yml
vendored
|
|
@ -143,9 +143,9 @@ jobs:
|
|||
BEGIN { replaced = 0 }
|
||||
/<release version=.*>/ {
|
||||
if (!replaced) {
|
||||
print "<release version=\"" version "\" date=\"" date "\">"
|
||||
print "<description><p>" changelog "</p></description>"
|
||||
print "</release>"
|
||||
print " <release version=\"" version "\" date=\"" date "\">"
|
||||
print " <description><p>" changelog "</p></description>"
|
||||
print " </release>"
|
||||
replaced = 1
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue