Skip to content

Commit 691f356

Browse files
committed
Local build tweaks...
1 parent 6a84dc7 commit 691f356

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CI/buildl.cmd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ cd ..
1515

1616
:: Reset bin files
1717
git clean -f -x -d FlashDevelop\Bin\Debug
18+
del FlashDevelop\Installer\Binary\*.exe /Q
1819

1920
:: Check for build errors
2021
if %errorlevel% neq 0 goto :error
@@ -82,6 +83,8 @@ if %errorlevel% neq 0 goto :error
8283
:: Create the archive
8384
7z a -tzip FlashDevelop\Installer\Binary\HaxeDevelop.zip .\FlashDevelop\Bin\Debug\* -xr!.empty
8485

86+
: finish
87+
8588
:: Done, Run FD
8689
start FlashDevelop\Installer\Binary\FlashDevelop.exe
8790
exit

0 commit comments

Comments
 (0)