[Build-system] Migrate music/sounds from files.freeswitch.org to https://github.com/freeswitch/freeswitch-sounds/releases (#3062)

This commit is contained in:
Andrey Volk
2026-06-30 23:33:14 +03:00
committed by GitHub
parent b9c41705b7
commit 225a5e197e
22 changed files with 114 additions and 99 deletions
+1 -1
View File
@@ -108,7 +108,7 @@
extractto: Folder to extract an archive to
-->
<DownloadPackageTask package="http://files.freeswitch.org/releases/sounds/$(SoundFileName)" expectfileordirectory="$(BaseDir)libs\download-always" outputfolder="" outputfilename="" extractto="$(BaseDir)libs\sounds\$(SoundSuffix)\" />
<DownloadPackageTask package="https://github.com/freeswitch/freeswitch-sounds/releases/download/$(SoundPrimaryName)-$(SoundVersion)/$(SoundFileName)" expectfileordirectory="$(BaseDir)libs\download-always" outputfolder="" outputfilename="" extractto="$(BaseDir)libs\sounds\$(SoundSuffix)\" />
</Target>
<Target Name="AfterBuild">
<Copy SourceFiles="$(OutputPath)$(OutputName).msi" DestinationFiles="$(DestinationFileName)" />