diff --git a/scripts/appveyor/install.cmd b/scripts/appveyor/install.cmd index 4b7b8c28..3f7b2cc0 100644 --- a/scripts/appveyor/install.cmd +++ b/scripts/appveyor/install.cmd @@ -1,7 +1,9 @@ choco install -y innosetup + REM Uncomment the next 4 lines to force vcpkg update REM cd c:\tools\vcpkg\ REM git pull REM .\bootstrap-vcpkg.bat REM cd %APPVEYOR_BUILD_FOLDER% -vcpkg install libsndfile:%VCPKG_TRIPLET% + +REM vcpkg install libsndfile:%VCPKG_TRIPLET% diff --git a/scripts/appveyor/install.sh b/scripts/appveyor/install.sh index 1372da19..d597d464 100644 --- a/scripts/appveyor/install.sh +++ b/scripts/appveyor/install.sh @@ -40,7 +40,7 @@ fi set -x -brew install libsndfile dylibbundler +brew install dylibbundler cd ~; npm install appdmg; cd - ~/node_modules/appdmg/bin/appdmg.js --version