Skip to content
This repository has been archived by the owner on Aug 18, 2018. It is now read-only.

Commit

Permalink
Add module manager download to build script
Browse files Browse the repository at this point in the history
  • Loading branch information
djungelorm committed Jun 28, 2017
1 parent 6bd7db7 commit ad7164c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ ksp_lib
GameData
NameTag-*.zip
*.userprefs
ModuleManager.*.dll
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

all:
tools/update-assembly-info.sh
wget -nc https://ksp.sarbian.com/jenkins/job/ModuleManager/127/artifact/ModuleManager.2.8.0.dll
msbuild /warnaserror /nowarn:MSB3276,MSB3277 /p:Configuration=Release NameTag.sln
mkdir -p GameData/NameTag
python tools/ksp-avc.py `tools/version.sh` `tools/ksp-version.sh` > GameData/NameTag/NameTag.version
Expand Down

0 comments on commit ad7164c

Please sign in to comment.