diff --git a/CI/before-script-osx.sh b/CI/before-script-osx.sh index 41dff9fe02d459d0f4c286fcc1b409561a4a590c..adc6f48d28577d225d52980aa6c02a28de6bc8b1 100755 --- a/CI/before-script-osx.sh +++ b/CI/before-script-osx.sh @@ -9,7 +9,7 @@ cmake -DENABLE_SPARKLE_UPDATER=ON \ -DCMAKE_OSX_DEPLOYMENT_TARGET=10.11 \ -DQTDIR=/usr/local/Cellar/qt/5.10.1 \ -DDepsPath=/tmp/obsdeps \ --DVLCPath=$PWD/../../vlc-3.0-3.0.4 \ +-DVLCPath=$PWD/../../vlc-3.0.4 \ -DBUILD_BROWSER=ON \ -DBROWSER_DEPLOY=ON \ -DCEF_ROOT_DIR=$PWD/../../cef_binary_${CEF_BUILD_VERSION}_macosx64 .. diff --git a/CI/install-dependencies-osx.sh b/CI/install-dependencies-osx.sh index c99167a5dfe568135c625e24194b9e00f44eb62e..6e39639269ada563a7b9b72656eb4a779a263c09 100755 --- a/CI/install-dependencies-osx.sh +++ b/CI/install-dependencies-osx.sh @@ -37,8 +37,8 @@ tar -xf ./osx-deps-2018-08-09.tar.gz -C /tmp # Fetch vlc codebase hr "Downloading VLC repo" -wget --quiet --retry-connrefused --waitretry=1 -O vlc-3.0-3.0.4.zip https://github.com/videolan/vlc-3.0/archive/3.0.4.zip -unzip -q ./vlc-3.0-3.0.4.zip +wget --quiet --retry-connrefused --waitretry=1 https://downloads.videolan.org/vlc/3.0.4/vlc-3.0.4.tar.xz +tar -xf vlc-3.0.4.tar.xz # Get sparkle hr "Downloading Sparkle framework"