Skip to content

Commit

Permalink
Fixed pathing
Browse files Browse the repository at this point in the history
  • Loading branch information
cschuchardt88 committed Jun 21, 2024
1 parent d9f0477 commit 08356ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Plugins/LevelDBStore/LevelDBStore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
</PropertyGroup>

<ItemGroup>
<None Update="runtimes\win-arm64\native\leveldb.dll" Pack="true" PackagePath="runtimes/win-arm64/native/leveldb.dll">
<None Update="runtimes/win-arm64/native/leveldb.dll" Pack="true" PackagePath="runtimes/win-arm64/native/leveldb.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="runtimes\win-x64\native\leveldb.dll" Pack="true" PackagePath="runtimes/win-x64/native/leveldb.dll">
<None Update="runtimes/win-x64/native/leveldb.dll" Pack="true" PackagePath="runtimes/win-x64/native/leveldb.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
Expand Down

0 comments on commit 08356ac

Please sign in to comment.