Skip to content

Commit

Permalink
chore: release new libs
Browse files Browse the repository at this point in the history
  • Loading branch information
pudding committed Mar 28, 2024
1 parent 537f84f commit 49b408f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion FoxTunes.Release/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -434,8 +434,10 @@ private static Package[] GetPlugins()
"x64/addon/bassdsd.dll",
"FoxTunes.Output.Bass.Dsd.dll",
"ManagedBass.Dsd.dll",
"SacdSharp.dll",
new PackageElement("x86/bass_memory_dsd.dll", "x86/addon"),
new PackageElement("x64/bass_memory_dsd.dll", "x64/addon")
new PackageElement("x64/bass_memory_dsd.dll", "x64/addon"),
"x86/sacd_extract.exe"
},
PackageFlags.Default
),
Expand Down
Binary file modified lib/net462/SacdSharp.dll
Binary file not shown.

0 comments on commit 49b408f

Please sign in to comment.