Skip to content

Commit

Permalink
Version number, build script fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Roth committed Feb 21, 2018
1 parent 86c12bd commit 312f621
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion APTSimulator.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ color 0C
ECHO.
ECHO ===========================================================================
ECHO APT Simulator
ECHO Florian Roth, v0.4.3 February 2018
ECHO Florian Roth, v0.4.4 February 2018
ECHO ===========================================================================

SET CWD="%~dp0"
Expand Down
2 changes: 2 additions & 0 deletions build_pack.bat
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ MKDIR %BUILD%
copy APTSimulator.bat %BUILD%

:: HELPERS
del /Q %BUILD%\helpers\*.*
xcopy /S /Y .\helpers %BUILD%\helpers\

:: TEST SETS
rd %BUILD%\test-sets\ /S /Q
xcopy /S /Y .\test-sets %BUILD%\test-sets\

:: TOOLS
Expand Down

0 comments on commit 312f621

Please sign in to comment.