Skip to content

Commit 3faa49e

Browse files
committed
Remove FlexPMD too from HD...
1 parent ca51ab8 commit 3faa49e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CI/build.cmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ if %errorlevel% neq 0 goto :error
4646
git clean -f -x -d FlashDevelop\Bin\Debug
4747

4848
:: Remove unnecessary files
49+
rd "FlashDevelop\Bin\Debug\Tools\flexpmd" /s /q
4950
del FlashDevelop\Bin\Debug\StartPage\images\*.* /q
5051
rd "FlashDevelop\Bin\Debug\Tools\flexlibs\frameworks\libs\player" /s /q
5152
for /d %%G in ("FlashDevelop\Bin\Debug\Projects\*ActionScript 3*") do rd /s /q "%%~G"

CI/buildl.cmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ if %errorlevel% neq 0 goto :error
5656
git clean -f -x -d FlashDevelop\Bin\Debug
5757

5858
:: Remove unnecessary files
59+
rd "FlashDevelop\Bin\Debug\Tools\flexpmd" /s /q
5960
del FlashDevelop\Bin\Debug\StartPage\images\*.* /q
6061
rd "FlashDevelop\Bin\Debug\Tools\flexlibs\frameworks\libs\player" /s /q
6162
for /d %%G in ("FlashDevelop\Bin\Debug\Projects\*ActionScript 3*") do rd /s /q "%%~G"

0 commit comments

Comments
 (0)