Skip to content

Commit 6dac12f

Browse files
committed
Plugin too...
1 parent 3faa49e commit 6dac12f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CI/build.cmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,10 @@ git clean -f -x -d FlashDevelop\Bin\Debug
4747

4848
:: Remove unnecessary files
4949
rd "FlashDevelop\Bin\Debug\Tools\flexpmd" /s /q
50-
del FlashDevelop\Bin\Debug\StartPage\images\*.* /q
50+
del "FlashDevelop\Bin\Debug\Plugins\CodeAnalyzer.dll" /q
5151
rd "FlashDevelop\Bin\Debug\Tools\flexlibs\frameworks\libs\player" /s /q
5252
for /d %%G in ("FlashDevelop\Bin\Debug\Projects\*ActionScript 3*") do rd /s /q "%%~G"
53+
del "FlashDevelop\Bin\Debug\StartPage\images\*.*" /q
5354

5455
:: Copy distro files
5556
xcopy Distros\HaxeDevelop /s /e /y

CI/buildl.cmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,10 @@ git clean -f -x -d FlashDevelop\Bin\Debug
5757

5858
:: Remove unnecessary files
5959
rd "FlashDevelop\Bin\Debug\Tools\flexpmd" /s /q
60-
del FlashDevelop\Bin\Debug\StartPage\images\*.* /q
60+
del "FlashDevelop\Bin\Debug\Plugins\CodeAnalyzer.dll" /q
6161
rd "FlashDevelop\Bin\Debug\Tools\flexlibs\frameworks\libs\player" /s /q
6262
for /d %%G in ("FlashDevelop\Bin\Debug\Projects\*ActionScript 3*") do rd /s /q "%%~G"
63+
del "FlashDevelop\Bin\Debug\StartPage\images\*.*" /q
6364

6465
:: Copy distro files
6566
xcopy Distros\HaxeDevelop /s /e /y

0 commit comments

Comments
 (0)