mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Fix bundling media content
This commit is contained in:
parent
0481b10d97
commit
7e36daecd6
3 changed files with 6 additions and 6 deletions
|
|
@ -735,7 +735,7 @@ if test -n "$MIXBUS"; then
|
|||
curl -s -S --fail -# \
|
||||
-z "${CACHEDIR}/MixbusBundledMedia.zip" \
|
||||
-o "${CACHEDIR}/MixbusBundledMedia.zip" \
|
||||
"http://www.rsrc.harrisonconsoles.com/mixbus/mb8/content/MixbusBundledMedia.zip"
|
||||
"http://rsrc.harrisonconsoles.com/mixbus/mb8/content/MixbusBundledMedia.zip"
|
||||
|
||||
if test -f "${CACHEDIR}/MixbusBundledMedia.zip"; then
|
||||
echo "Adding Mixbus Bundled Content"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue