File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6565 - cmd : set GAMEDATA_FOLDER=%APPVEYOR_BUILD_FOLDER%\GameData
6666 - cmd : set ASSEMBLY_FOLDER=%GAMEDATA_FOLDER%\RemoteTech\Plugins
6767 # download required KSP DLLs
68- - cmd : curl -fsS -o%DOWNLOAD_FOLDER%\dlls.7z https://d237kiopfuf7h0.cloudfront.net/download/KSPDLL_1_10_1 .zip
68+ - cmd : curl -fsS -o%DOWNLOAD_FOLDER%\dlls.7z https://d237kiopfuf7h0.cloudfront.net/download/KSPDLL_1_11 .zip
6969 # extract them
7070 - cmd : cd %DOWNLOAD_FOLDER% & dir
7171 - cmd : 7z.exe e -p%DLL_ARCH_PASS% -o%ASSEMBLY_FOLDER% %DOWNLOAD_FOLDER%\dlls.7z
270270 - cmd : set GAMEDATA_FOLDER=%APPVEYOR_BUILD_FOLDER%\GameData
271271 - cmd : set ASSEMBLY_FOLDER=%GAMEDATA_FOLDER%\RemoteTech\Plugins
272272 # download required KSP DLLs
273- - cmd : curl -fsS -o%DOWNLOAD_FOLDER%\dlls.7z https://d237kiopfuf7h0.cloudfront.net/download/KSPDLL_1_10_1 .zip
273+ - cmd : curl -fsS -o%DOWNLOAD_FOLDER%\dlls.7z https://d237kiopfuf7h0.cloudfront.net/download/KSPDLL_1_11 .zip
274274 # extract them
275275 - cmd : cd %DOWNLOAD_FOLDER% & dir
276276 - cmd : 7z.exe e -p%DLL_ARCH_PASS% -o%ASSEMBLY_FOLDER% %DOWNLOAD_FOLDER%\dlls.7z
You can’t perform that action at this time.
0 commit comments