Skip to content

Commit

Permalink
Merge pull request #756 from unoplatform/dev/jela/runtime-update2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban authored Aug 16, 2023
2 parents 6da77a8 + b5bd1ed commit ee000b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Uno.Wasm.Packager/packager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,7 @@ int Run (string[] args) {
}

configOptions["runtimeOptions"] = $"[{string.Join(",", runtimeOptionsSet.Select(o => $"\"{o}\""))}]";
configOptions["remoteSources"] = "[\'managed/\']";
configOptions["remoteSources"] = $"[\"{assembly_root}/\"]";
configOptions["globalizationMode"] = "\"all\"";

var config = $"{{" +
Expand Down

0 comments on commit ee000b0

Please sign in to comment.