File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ if %errorlevel% neq 0 goto :error
4646git clean -f -x -d FlashDevelop\Bin\Debug
4747
4848:: Remove unnecessary files
49+ rd " FlashDevelop\Bin\Debug\Tools\flexpmd" /s /q
4950del FlashDevelop\Bin\Debug\StartPage\images\*.* /q
5051rd " FlashDevelop\Bin\Debug\Tools\flexlibs\frameworks\libs\player" /s /q
5152for /d %%G in (" FlashDevelop\Bin\Debug\Projects\*ActionScript 3*" ) do rd /s /q " %%~G "
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ if %errorlevel% neq 0 goto :error
5656git clean -f -x -d FlashDevelop\Bin\Debug
5757
5858:: Remove unnecessary files
59+ rd " FlashDevelop\Bin\Debug\Tools\flexpmd" /s /q
5960del FlashDevelop\Bin\Debug\StartPage\images\*.* /q
6061rd " FlashDevelop\Bin\Debug\Tools\flexlibs\frameworks\libs\player" /s /q
6162for /d %%G in (" FlashDevelop\Bin\Debug\Projects\*ActionScript 3*" ) do rd /s /q " %%~G "
You can’t perform that action at this time.
0 commit comments