Skip to content

Commit

Permalink
Merge pull request #809 from unoplatform/mergify/bp/release/stable/8.…
Browse files Browse the repository at this point in the history
…0/pr-807

fix: Adjust for spaces in nuget path (backport #807)
  • Loading branch information
jeromelaban authored Dec 15, 2023
2 parents 3c9d1e3 + 024ecf7 commit 8074146
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 @@ -1587,7 +1587,7 @@ int Run (string[] args) {

var tunerCommand = $"dotnet " +
(string.IsNullOrEmpty(wasm_tuner_path)
? $"$tools_dir{Path.DirectorySeparatorChar}wasm-tuner.dll"
? $"\"$tools_dir{Path.DirectorySeparatorChar}wasm-tuner.dll\""
: wasm_tuner_path);

var exitCommand = is_windows ? failOnError : "|| exit 1";
Expand Down

0 comments on commit 8074146

Please sign in to comment.