Skip to content

Commit

Permalink
Build batch updated
Browse files Browse the repository at this point in the history
  • Loading branch information
vhanla committed Jul 10, 2019
1 parent 6cdf2ac commit 633b3d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion RELEASENUMBER.inc
@@ -1 +1 @@
CONST RELEASENUMBER='19-r20190710';
CONST RELEASENUMBER='22-r20190710';
2 changes: 1 addition & 1 deletion TAG
@@ -1 +1 @@
v0.1.19-r20190710
v0.1.22-r20190710
3 changes: 1 addition & 2 deletions buildrelease.cmd
Expand Up @@ -19,7 +19,6 @@ for /F %%i in (TAG) do set "TAG=%%i"
set ZIPFILE=TaskbarDock%TAG%.zip

:OPTIONS
set options=1 2 3 4
echo.
echo BuildRelease: %BINARY% %TAG%
echo Choose the tasks to do:
Expand All @@ -31,7 +30,7 @@ echo 4. Upload Release Binary
echo 5. Delete Release
echo 6. Exit
echo.
echo Enter valid options [ %options% ]:
echo Enter valid options:
set /P res=">
if "%res%"=="1" goto buildrelease
if "%res%"=="2" goto newrelease
Expand Down

0 comments on commit 633b3d2

Please sign in to comment.