sfizz/scripts/appveyor/install.cmd
2021-03-23 12:19:53 +01:00

9 lines
220 B
Batchfile

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%
REM vcpkg install libsndfile:%VCPKG_TRIPLET%