From cd7dc328fd8359046ab0e1e40886560c72c871f4 Mon Sep 17 00:00:00 2001 From: Elie Bariche <33458222+ebariche@users.noreply.github.com> Date: Mon, 17 Jun 2024 15:49:08 -0400 Subject: [PATCH] fix: Correctly emit PWA manifest path --- src/Uno.Wasm.Bootstrap/ShellTask.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Uno.Wasm.Bootstrap/ShellTask.cs b/src/Uno.Wasm.Bootstrap/ShellTask.cs index 620b67b2..0ddff62b 100644 --- a/src/Uno.Wasm.Bootstrap/ShellTask.cs +++ b/src/Uno.Wasm.Bootstrap/ShellTask.cs @@ -2339,7 +2339,7 @@ private void GeneratePWAContent(StringBuilder extraBuilder) { var manifestDocument = JObject.Parse(File.ReadAllText(PWAManifestFile)); - extraBuilder.AppendLine($""); + extraBuilder.AppendLine($""); // See https://developer.apple.com/library/archive/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/MetaTags.html extraBuilder.AppendLine($"");