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
46
46
git clean -f -x -d FlashDevelop\Bin\Debug
47
47
48
48
:: Remove unnecessary files
49
+ rd " FlashDevelop\Bin\Debug\Tools\flexpmd" /s /q
49
50
del FlashDevelop\Bin\Debug\StartPage\images\*.* /q
50
51
rd " FlashDevelop\Bin\Debug\Tools\flexlibs\frameworks\libs\player" /s /q
51
52
for /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
56
56
git clean -f -x -d FlashDevelop\Bin\Debug
57
57
58
58
:: Remove unnecessary files
59
+ rd " FlashDevelop\Bin\Debug\Tools\flexpmd" /s /q
59
60
del FlashDevelop\Bin\Debug\StartPage\images\*.* /q
60
61
rd " FlashDevelop\Bin\Debug\Tools\flexlibs\frameworks\libs\player" /s /q
61
62
for /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