From fffbb74ef84df9cbf5d72a0962011c2552e67a36 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
(cherry picked from commit cd7dc328fd8359046ab0e1e40886560c72c871f4)
---
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 b7807b2a3..00e81c287 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($"");