File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ git clean -f -x -d FlashDevelop\Bin\Debug
47
47
48
48
:: Remove unnecessary files
49
49
rd " FlashDevelop\Bin\Debug\Tools\flexpmd" /s /q
50
- del " FlashDevelop\Bin\Debug\Plugins\CodeAnalyzer.dll" /q
51
50
rd " FlashDevelop\Bin\Debug\Tools\flexlibs\frameworks\libs\player" /s /q
52
51
for /d %%G in (" FlashDevelop\Bin\Debug\Projects\*ActionScript 3*" ) do rd /s /q " %%~G "
53
52
del " FlashDevelop\Bin\Debug\StartPage\images\*.*" /q
@@ -78,6 +77,9 @@ ren FlashDevelop\Bin\Debug\FlashDevelop64.exe HaxeDevelop64.exe
78
77
ren FlashDevelop\Bin\Debug\FlashDevelop.exe.config HaxeDevelop.exe.config
79
78
ren FlashDevelop\Bin\Debug\FlashDevelop64.exe.config HaxeDevelop64.exe.config
80
79
80
+ : Remove files after build
81
+ del " FlashDevelop\Bin\Debug\Plugins\CodeAnalyzer.dll" /q
82
+
81
83
:: Check for build errors
82
84
if %errorlevel% neq 0 goto :error
83
85
Original file line number Diff line number Diff line change @@ -57,7 +57,6 @@ git clean -f -x -d FlashDevelop\Bin\Debug
57
57
58
58
:: Remove unnecessary files
59
59
rd " FlashDevelop\Bin\Debug\Tools\flexpmd" /s /q
60
- del " FlashDevelop\Bin\Debug\Plugins\CodeAnalyzer.dll" /q
61
60
rd " FlashDevelop\Bin\Debug\Tools\flexlibs\frameworks\libs\player" /s /q
62
61
for /d %%G in (" FlashDevelop\Bin\Debug\Projects\*ActionScript 3*" ) do rd /s /q " %%~G "
63
62
del " FlashDevelop\Bin\Debug\StartPage\images\*.*" /q
@@ -88,6 +87,9 @@ ren FlashDevelop\Bin\Debug\FlashDevelop64.exe HaxeDevelop64.exe
88
87
ren FlashDevelop\Bin\Debug\FlashDevelop.exe.config HaxeDevelop.exe.config
89
88
ren FlashDevelop\Bin\Debug\FlashDevelop64.exe.config HaxeDevelop64.exe.config
90
89
90
+ : Remove files after build
91
+ del " FlashDevelop\Bin\Debug\Plugins\CodeAnalyzer.dll" /q
92
+
91
93
:: Check for build errors
92
94
if %errorlevel% neq 0 goto :error
93
95
You can’t perform that action at this time.
0 commit comments