File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -47,9 +47,10 @@ git clean -f -x -d FlashDevelop\Bin\Debug
4747
4848:: Remove unnecessary files
4949rd " FlashDevelop\Bin\Debug\Tools\flexpmd" /s /q
50- del FlashDevelop\Bin\Debug\StartPage\images\*.* /q
50+ del " FlashDevelop\Bin\Debug\Plugins\CodeAnalyzer.dll " /q
5151rd " FlashDevelop\Bin\Debug\Tools\flexlibs\frameworks\libs\player" /s /q
5252for /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
5556xcopy Distros\HaxeDevelop /s /e /y
Original file line number Diff line number Diff line change @@ -57,9 +57,10 @@ git clean -f -x -d FlashDevelop\Bin\Debug
5757
5858:: Remove unnecessary files
5959rd " FlashDevelop\Bin\Debug\Tools\flexpmd" /s /q
60- del FlashDevelop\Bin\Debug\StartPage\images\*.* /q
60+ del " FlashDevelop\Bin\Debug\Plugins\CodeAnalyzer.dll " /q
6161rd " FlashDevelop\Bin\Debug\Tools\flexlibs\frameworks\libs\player" /s /q
6262for /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
6566xcopy Distros\HaxeDevelop /s /e /y
You can’t perform that action at this time.
0 commit comments