Skip to content

Commit f4afb26

Browse files
author
mehmet.aslan
committed
windows build script jumping output collection right away bug fix
1 parent bea1cde commit f4afb26

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build.bat

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ setlocal enabledelayedexpansion
44
set THIS_DIR=%~dp0
55
cd !THIS_DIR!
66

7-
goto output
8-
97
if exist build (
108
rmdir /s /q build
119
)
@@ -28,7 +26,6 @@ if !errorlevel! equ 0 (
2826
goto ungracefulExit
2927
)
3028

31-
:output
3229
cd !THIS_DIR!
3330
if exist output (
3431
rmdir /s /q output

0 commit comments

Comments
 (0)