Skip to content

Commit

Permalink
Switch KSP Assemblies and update release version
Browse files Browse the repository at this point in the history
  • Loading branch information
KSP-TaxiService committed Aug 19, 2018
1 parent acb973c commit 6c2aaeb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
#---------------------------------#

# version format (you need to bump it when changing version)
version: 1.8.13
version: 1.8.13.131

# branches
branches:
# whitelist
only:
- master
- support/rt-1.8.13.131
# blacklist
except:
- gh-pages
Expand Down Expand Up @@ -65,7 +65,7 @@
- cmd: set GAMEDATA_FOLDER=%APPVEYOR_BUILD_FOLDER%\GameData
- cmd: set ASSEMBLY_FOLDER=%GAMEDATA_FOLDER%\RemoteTech\Plugins
# download required KSP DLLs
- cmd: curl -fsS -o%DOWNLOAD_FOLDER%\dlls.7z https://d237kiopfuf7h0.cloudfront.net/download/KSPDLL_1_4_5.zip
- cmd: curl -fsS -o%DOWNLOAD_FOLDER%\dlls.7z https://d237kiopfuf7h0.cloudfront.net/download/KSPDLL_1_3_1.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 @@ -155,7 +155,7 @@
prerelease: false
# which branch?
on:
branch: master
branch: support/rt-1.8.13.131
# deploy on tag push only
#appveyor_repo_tag: true

Expand Down

0 comments on commit 6c2aaeb

Please sign in to comment.