Skip to content

Commit 2f15e88

Browse files
committed
Fixes...
1 parent 2b177e4 commit 2f15e88

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CI/build.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ if %errorlevel% neq 0 goto :error
8888
7z a -tzip FlashDevelop\Installer\Binary\HaxeDevelop.zip .\FlashDevelop\Bin\Debug\* -xr!.empty
8989

9090
:: Done
91-
exit
91+
exit 0
9292

9393
:error
9494

CI/buildl.cmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ git stash save "Local CI Backup..."
104104

105105
:: Done, Run FD
106106
start FlashDevelop\Installer\Binary\FlashDevelop.exe
107-
exit
107+
exit 0
108108

109109
:error
110-
pause
110+
111111
exit -1

0 commit comments

Comments
 (0)