Skip to content

Commit

Permalink
Updated Jenkins config
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxgurugamer committed Jan 28, 2018
1 parent 495b154 commit ba9d26e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
Binary file modified .vs/ThroughTheEyes/v15/sqlite3/storage.ide
Binary file not shown.
2 changes: 0 additions & 2 deletions buildRelease.bat
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,3 @@ cd %GAMEDATA%\..
set FILE="%RELEASEDIR%\%GAMEDIR%-%VERSION%.zip"
IF EXIST %FILE% del /F %FILE%
%ZIP% a -tzip %FILE% GameData

pause
2 changes: 0 additions & 2 deletions deploy.bat
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,3 @@ copy /Y "%1%2" "%GAMEDATA%\%GAMEDIR%\Plugins"
copy /Y %VERSIONFILE% %GAMEDATA%\%GAMEDIR%

xcopy /y /s /I %GAMEDATA%\%GAMEDIR% "%H%\GameData\%GAMEDIR%"

pause
2 changes: 1 addition & 1 deletion jenkins.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# 0:1.3

# 1:GAMEDIR, VERSIONFILE [, GITHUBREPO ]
1:ThroughTheEyes, ThroughTheEyes.version
1:ThroughTheEyes, ThroughTheEyes.version,Through-The-Eyes

# 2:PROJNAME, PROJFILE, VERSIONFILE, PLUGINSFOLDER
2:ThroughTheEyes,ThroughTheEyes/ThroughTheEyes.csproj,ThroughTheEyes.version,GameData/ThroughTheEyes/Plugins
Expand Down

0 comments on commit ba9d26e

Please sign in to comment.