diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build index 6433d78130..ba412e939a 100755 --- a/tools/linux_packaging/build +++ b/tools/linux_packaging/build @@ -777,7 +777,7 @@ if test x$WITH_GRATIS_X42_LV2 != x ; then echo "Adding gratis x42 Plugins" - for proj in x42-midifilter x42-stereoroute setBfree x42-avldrums x42-limiter x42-tuner; do + for proj in x42-autotune x42-midifilter x42-stereoroute setBfree x42-avldrums x42-limiter x42-tuner; do X42_VERSION=$(curl -s -S http://x42-plugins.com/x42/linux/${proj}.latest.txt) rsync -a -q --partial \ rsync://x42-plugins.com/x42/linux/${proj}-lv2-linux-${WARCH}-${X42_VERSION}.zip \ diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build index 4de9c672ed..57da6e648b 100755 --- a/tools/osx_packaging/osx_build +++ b/tools/osx_packaging/osx_build @@ -758,7 +758,7 @@ if test x$WITH_GRATIS_X42_LV2 != x ; then echo "Adding gratis x42 plugins" mkdir -p "${PRODUCT_PKG_DIR}/${APPROOT}/lib/LV2" - for proj in x42-midifilter x42-stereoroute setBfree x42-avldrums x42-limiter x42-tuner; do + for proj in x42-autotune x42-midifilter x42-stereoroute setBfree x42-avldrums x42-limiter x42-tuner; do X42_VERSION=$(curl -s -S http://${OSX_X42URI}/${proj}.latest.txt) rsync -a -q --partial \ rsync://${OSX_X42URI}/${proj}-lv2-${OSX_X42ID}-${X42_VERSION}.zip \ diff --git a/tools/x-win/package.sh b/tools/x-win/package.sh index b4ff56eefe..bdb038256c 100755 --- a/tools/x-win/package.sh +++ b/tools/x-win/package.sh @@ -308,7 +308,7 @@ if test x$WITH_GRATIS_X42_LV2 != x ; then echo "Adding gratis x42 Plugins" - for proj in x42-midifilter x42-stereoroute setBfree x42-avldrums x42-limiter x42-tuner; do + for proj in x42-autotune x42-midifilter x42-stereoroute setBfree x42-avldrums x42-limiter x42-tuner; do X42_VERSION=$(curl -s -S http://x42-plugins.com/x42/win/${proj}.latest.txt) rsync -a -q --partial \ rsync://x42-plugins.com/x42/win/${proj}-lv2-${WARCH}-${X42_VERSION}.zip \