From ea228778c2414739a05f2db3766f570631935ab7 Mon Sep 17 00:00:00 2001 From: lyra_phasma Date: Sun, 12 Apr 2026 19:38:18 +0800 Subject: [PATCH] Update scripts/patch-weboffice-collabora-yaml.py --- scripts/patch-weboffice-collabora-yaml.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/patch-weboffice-collabora-yaml.py b/scripts/patch-weboffice-collabora-yaml.py index ad96e30..d509931 100644 --- a/scripts/patch-weboffice-collabora-yaml.py +++ b/scripts/patch-weboffice-collabora-yaml.py @@ -22,6 +22,8 @@ if "--o:hexify_embedded_urls=true" in extra_str: lines = extra_str.splitlines() +lines[-1] = lines[-1] += " \\" + lines.append("--o:hexify_embedded_urls=true") data["services"]["collabora"]["environment"]["extra_params"] = "\n".join(lines)