9 lines
220 B
Batchfile
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%
|