Update scripts/patch-weboffice-collabora-yaml.py

This commit is contained in:
2026-04-12 19:40:06 +08:00
parent ea228778c2
commit b79eb4a1e0

View File

@@ -22,7 +22,7 @@ if "--o:hexify_embedded_urls=true" in extra_str:
lines = extra_str.splitlines()
lines[-1] = lines[-1] += " \\"
lines[-1] += " \\"
lines.append("--o:hexify_embedded_urls=true")