File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,6 @@ set PATH=%PATH%;C:\Program Files\7-Zip\
8
8
9
9
:flashdevelop
10
10
11
- :: Reset bin files
12
- git clean -f -x -d FlashDevelop\Bin\Debug
13
-
14
11
:: Check for build errors
15
12
if %errorlevel% neq 0 goto :error
16
13
@@ -43,6 +40,9 @@ if %errorlevel% neq 0 goto :error
43
40
44
41
:haxedevelop
45
42
43
+ :: Reset bin files
44
+ git clean -f -x -d FlashDevelop\Bin\Debug
45
+
46
46
:: Remove bad files
47
47
del FlashDevelop\Bin\Debug\FlashDevelop.exe.config
48
48
del FlashDevelop\Bin\Debug\StartPage\images\*.* /Q
Original file line number Diff line number Diff line change @@ -48,6 +48,9 @@ if %errorlevel% neq 0 goto :error
48
48
49
49
:haxedevelop
50
50
51
+ :: Reset bin files
52
+ git clean -f -x -d FlashDevelop\Bin\Debug
53
+
51
54
:: Remove bad files
52
55
del FlashDevelop\Bin\Debug\FlashDevelop.exe.config
53
56
del FlashDevelop\Bin\Debug\StartPage\images\*.* /Q
You can’t perform that action at this time.
0 commit comments