Skip to content

Commit b48e041

Browse files
Update Assembly URL
1 parent 8339ebd commit b48e041

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
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_11.zip
68+
- cmd: curl -fsS -o%DOWNLOAD_FOLDER%\dlls.7z https://d237kiopfuf7h0.cloudfront.net/download/KSPDLL_1_11_2.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
@@ -270,7 +270,7 @@
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_11.zip
273+
- cmd: curl -fsS -o%DOWNLOAD_FOLDER%\dlls.7z https://d237kiopfuf7h0.cloudfront.net/download/KSPDLL_1_11_2.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

0 commit comments

Comments
 (0)