Skip to content

Commit

Permalink
chore: Adjust long path
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Sep 16, 2024
1 parent 9c150ff commit 4543086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Uno.Wasm.Bootstrap/ShellTask.cs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public partial class ShellTask_v0 : Task

public override bool Execute()
{
IntermediateOutputPath = TryConvertLongPath(IntermediateOutputPath);
IntermediateOutputPath = IntermediateOutputPath;
_intermediateAssetsPath = Path.Combine(IntermediateOutputPath, "unowwwrootassets");
Directory.CreateDirectory(_intermediateAssetsPath);

Expand Down

0 comments on commit 4543086

Please sign in to comment.