fix: release meta.yaml newlines

This commit is contained in:
s0wlz (Matthias Puchstein)
2025-12-31 06:17:21 +01:00
parent c046821dc9
commit f4566fa638
4 changed files with 13 additions and 4 deletions

View File

@@ -156,7 +156,7 @@ for path in Path("templates").rglob("meta.yaml"):
else:
out.append(line)
if changed:
path.write_text("\\n".join(out) + "\\n")
path.write_text("\n".join(out) + "\n")
PY
fi

View File

@@ -1 +1,4 @@
author: S0wlz (Owlibou)\ndescription: Owlry theme\nversion: 1.0.0\nstrategy: individual\n
author: S0wlz (Owlibou)
description: Owlry theme
version: 1.0.0
strategy: individual

View File

@@ -1 +1,4 @@
author: S0wlz (Owlibou)\ndescription: Sherlock launcher theme\nversion: 1.0.0\nstrategy: individual\n
author: S0wlz (Owlibou)
description: Sherlock launcher theme
version: 1.0.0
strategy: individual

View File

@@ -1 +1,4 @@
author: S0wlz (Owlibou)\ndescription: Spicetify theme files\nversion: 1.0.0\nstrategy: individual\n
author: S0wlz (Owlibou)
description: Spicetify theme files
version: 1.0.0
strategy: individual