Skip to content

Commit

Permalink
chore: Adjust paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban authored Sep 20, 2024
1 parent 70c1d18 commit 0cae5d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Uno.Wasm.Bootstrap/ShellTask.cs
Original file line number Diff line number Diff line change
Expand Up @@ -356,11 +356,11 @@ private void ExtractAdditionalJS()
{
if (relativePath.Contains(WasmScriptsFolder))
{
return WasmScriptsFolder;
return relativePath;
}
else if (fullSourcePath.Contains(WasmScriptsFolder))
{
return WasmScriptsFolder;
return fullSourcePath;
}
return null;
}
Expand Down

0 comments on commit 0cae5d1

Please sign in to comment.