Skip to content

Commit

Permalink
Try to move index/main.js to native/ dir
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Slusny <[email protected]>
  • Loading branch information
deathbeam committed Oct 24, 2024
1 parent bd82057 commit 579e965
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Raylib.NET.Native/Raylib.NET.Native.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,11 @@
</Content>
<Content Include="index.html" Link="index.html" Condition="'$(RuntimeIdentifier)' == 'browser-wasm'">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<PackagePath>runtimes/$(RuntimeIdentifier)/</PackagePath>
<PackagePath>runtimes/$(RuntimeIdentifier)/native</PackagePath>
</Content>
<Content Include="main.js" Link="main.js" Condition="'$(RuntimeIdentifier)' == 'browser-wasm'">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<PackagePath>runtimes/$(RuntimeIdentifier)/</PackagePath>
<PackagePath>runtimes/$(RuntimeIdentifier)/native</PackagePath>
</Content>
<None Pack="true" Include="buildTransitive/Raylib.NET.Native.props" PackagePath="buildTransitive/Raylib.NET.Native.props"/>
<None Pack="true" Include="buildTransitive/Raylib.NET.Native.targets" PackagePath="buildTransitive/Raylib.NET.Native.targets"/>
Expand Down

0 comments on commit 579e965

Please sign in to comment.