Change app ID to page.kramo.Cartridges (#247)

* Change app id to page.kramo.Cartridges

* Update metainfo formatting, add replaces tag
This commit is contained in:
kramo
2024-04-07 21:00:24 +02:00
committed by kramo
parent d9384308fe
commit a0fe463f03
17 changed files with 36 additions and 26 deletions

View File

@@ -23,7 +23,7 @@ jobs:
shell: python
run: |
import re, textwrap
open_file = open("./data/hu.kramo.Cartridges.metainfo.xml.in", "r", encoding="utf-8")
open_file = open("./data/page.kramo.Cartridges.metainfo.xml.in", "r", encoding="utf-8")
string = open_file.read()
open_file.close()
string = re.findall("<release.*>\s*<description.*>\n([\s\S]*?)\s*</description>\s*<\/release>", string)[0]