Skip to content

Commit eae0546

Browse files
Update Assembly URL
1 parent 570e7d9 commit eae0546

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#---------------------------------#
1414

1515
# version format (you need to bump it when changing version)
16-
version: 1.9.1
16+
version: 1.9.2
1717

1818
# branches
1919
branches:
@@ -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_6.zip
68+
- cmd: curl -fsS -o%DOWNLOAD_FOLDER%\dlls.7z https://d237kiopfuf7h0.cloudfront.net/download/KSPDLL_1_7.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
@@ -218,7 +218,7 @@
218218
#---------------------------------#
219219

220220
# version format (you need to bump it when changing version)
221-
version: 1.9.1-{build}-{branch}
221+
version: 1.9.2-{build}-{branch}
222222

223223
# branches
224224
branches:
@@ -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_6.zip
273+
- cmd: curl -fsS -o%DOWNLOAD_FOLDER%\dlls.7z https://d237kiopfuf7h0.cloudfront.net/download/KSPDLL_1_7.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)