Skip to content

Commit

Permalink
Update KSP Assembly URL
Browse files Browse the repository at this point in the history
  • Loading branch information
KSP-TaxiService committed Nov 26, 2021
1 parent 0093103 commit d6c9309
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
- cmd: set GAMEDATA_FOLDER=%APPVEYOR_BUILD_FOLDER%\GameData
- cmd: set ASSEMBLY_FOLDER=%GAMEDATA_FOLDER%\CommNetConstellation\Plugins
# download required KSP DLLs
- cmd: curl -fsS -o%DOWNLOAD_FOLDER%\dlls.7z https://d237kiopfuf7h0.cloudfront.net/download/KSPDLL_1_12_1_CNM_1_1_patched.zip
- cmd: curl -fsS -o%DOWNLOAD_FOLDER%\dlls.7z https://d237kiopfuf7h0.cloudfront.net/download/KSPDLL_1_12_2_CNM_1_1_patched.zip
# extract them
- cmd: cd %DOWNLOAD_FOLDER% & dir
- cmd: 7z.exe e -p%DLL_ARCH_PASS% -o%ASSEMBLY_FOLDER% %DOWNLOAD_FOLDER%\dlls.7z
Expand Down Expand Up @@ -263,7 +263,7 @@
- cmd: set GAMEDATA_FOLDER=%APPVEYOR_BUILD_FOLDER%\GameData
- cmd: set ASSEMBLY_FOLDER=%GAMEDATA_FOLDER%\CommNetConstellation\Plugins
# download required KSP DLLs
- cmd: curl -fsS -o%DOWNLOAD_FOLDER%\dlls.7z https://d237kiopfuf7h0.cloudfront.net/download/KSPDLL_1_12_1_CNM_1_1_patched.zip
- cmd: curl -fsS -o%DOWNLOAD_FOLDER%\dlls.7z https://d237kiopfuf7h0.cloudfront.net/download/KSPDLL_1_12_2_CNM_1_1_patched.zip
# extract them
- cmd: cd %DOWNLOAD_FOLDER% & dir
- cmd: 7z.exe e -p%DLL_ARCH_PASS% -o%ASSEMBLY_FOLDER% %DOWNLOAD_FOLDER%\dlls.7z
Expand Down

0 comments on commit d6c9309

Please sign in to comment.