fix: release meta.yaml newlines
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user