File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
# ---------------------------------#
14
14
15
15
# version format (you need to bump it when changing version)
16
- version : 1.9.1
16
+ version : 1.9.2
17
17
18
18
# branches
19
19
branches :
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_6 .zip
68
+ - cmd : curl -fsS -o%DOWNLOAD_FOLDER%\dlls.7z https://d237kiopfuf7h0.cloudfront.net/download/KSPDLL_1_7 .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
218
218
# ---------------------------------#
219
219
220
220
# version format (you need to bump it when changing version)
221
- version : 1.9.1 -{build}-{branch}
221
+ version : 1.9.2 -{build}-{branch}
222
222
223
223
# branches
224
224
branches :
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_6 .zip
273
+ - cmd : curl -fsS -o%DOWNLOAD_FOLDER%\dlls.7z https://d237kiopfuf7h0.cloudfront.net/download/KSPDLL_1_7 .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