File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 65
65
- cmd : set GAMEDATA_FOLDER=%APPVEYOR_BUILD_FOLDER%\GameData
66
66
- cmd : set ASSEMBLY_FOLDER=%GAMEDATA_FOLDER%\RemoteTech\Plugins
67
67
# download required KSP DLLs
68
- - cmd : curl -fsS -o%DOWNLOAD_FOLDER%\dlls.7z https://d237kiopfuf7h0.cloudfront.net/download/KSPDLL_1_11 .zip
68
+ - cmd : curl -fsS -o%DOWNLOAD_FOLDER%\dlls.7z https://d237kiopfuf7h0.cloudfront.net/download/KSPDLL_1_11_2 .zip
69
69
# extract them
70
70
- cmd : cd %DOWNLOAD_FOLDER% & dir
71
71
- cmd : 7z.exe e -p%DLL_ARCH_PASS% -o%ASSEMBLY_FOLDER% %DOWNLOAD_FOLDER%\dlls.7z
270
270
- cmd : set GAMEDATA_FOLDER=%APPVEYOR_BUILD_FOLDER%\GameData
271
271
- cmd : set ASSEMBLY_FOLDER=%GAMEDATA_FOLDER%\RemoteTech\Plugins
272
272
# download required KSP DLLs
273
- - cmd : curl -fsS -o%DOWNLOAD_FOLDER%\dlls.7z https://d237kiopfuf7h0.cloudfront.net/download/KSPDLL_1_11 .zip
273
+ - cmd : curl -fsS -o%DOWNLOAD_FOLDER%\dlls.7z https://d237kiopfuf7h0.cloudfront.net/download/KSPDLL_1_11_2 .zip
274
274
# extract them
275
275
- cmd : cd %DOWNLOAD_FOLDER% & dir
276
276
- 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