Skip to content

Commit 00a9b56

Browse files
committed
fix: nuget package runtime path.
1 parent abda4c6 commit 00a9b56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Src/SoundFlow.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
<PackageIcon>logo.png</PackageIcon>
1616
<PackageReadmeFile>README.md</PackageReadmeFile>
1717
<PackageTags>audio, sound, mp3, wav, playback, record, voice, volume, fft, simd, crossplatform, miniaudio, c#, .net</PackageTags>
18-
<Version>1.0.0</Version>
18+
<Version>1.0.1</Version>
1919
<PackageReleaseNotes>https://github.com/LSXPrime/SoundFlow/releases</PackageReleaseNotes>
2020
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2121
</PropertyGroup>
2222

2323
<ItemGroup>
2424
<Content Include="Backends\MiniAudio\runtimes\**\*.*">
2525
<Link>runtimes\%(RecursiveDir)%(Filename)%(Extension)</Link>
26-
<PackagePath>runtimes\%(RecursiveDir)</PackagePath>
26+
<PackagePath>runtimes</PackagePath>
2727
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
2828
<Pack>true</Pack>
2929
</Content>

0 commit comments

Comments
 (0)