mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-04 19:31:56 +00:00
[Build-system] Migrate music/sounds from files.freeswitch.org to https://github.com/freeswitch/freeswitch-sounds/releases (#3062)
This commit is contained in:
@@ -15,10 +15,11 @@
|
||||
SoundQuality="$(SoundQuality)"
|
||||
>
|
||||
<Output PropertyName="SoundFileName" TaskParameter="SoundFileName" />
|
||||
<Output PropertyName="SoundVersion" TaskParameter="SoundVersion" />
|
||||
</GetSoundFileNameTask>
|
||||
<Message Importance="High" Text="SoundFileName is set to: $(SoundFileName)"/>
|
||||
<DownloadPackageTask
|
||||
package="http://files.freeswitch.org/releases/sounds/$(SoundFileName)"
|
||||
package="https://github.com/freeswitch/freeswitch-sounds/releases/download/$(SoundPrimaryName)-$(SoundVersion)/$(SoundFileName)"
|
||||
expectfileordirectory="$(SoundsDir)\$(ExpectRelative)"
|
||||
outputfolder=""
|
||||
outputfilename=""
|
||||
|
||||
Reference in New Issue
Block a user