File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,9 @@ if %errorlevel% neq 0 goto :error
45
45
:: Reset bin files
46
46
git clean -f -x -d FlashDevelop\Bin\Debug
47
47
48
- :: Remove bad files
49
- del FlashDevelop\Bin\Debug\StartPage\images\*.* /Q
48
+ :: Remove unnecessary files
49
+ del FlashDevelop\Bin\Debug\StartPage\images\*.* /q
50
+ rd " FlashDevelop\Bin\Debug\Tools\flexlibs\frameworks\libs\player" /s /q
50
51
for /d %%G in (" FlashDevelop\Bin\Debug\Projects\*ActionScript 3*" ) do rd /s /q " %%~G "
51
52
52
53
:: Copy distro files
Original file line number Diff line number Diff line change @@ -55,8 +55,9 @@ if %errorlevel% neq 0 goto :error
55
55
:: Reset bin files
56
56
git clean -f -x -d FlashDevelop\Bin\Debug
57
57
58
- :: Remove bad files
59
- del FlashDevelop\Bin\Debug\StartPage\images\*.* /Q
58
+ :: Remove unnecessary files
59
+ del FlashDevelop\Bin\Debug\StartPage\images\*.* /q
60
+ rd " FlashDevelop\Bin\Debug\Tools\flexlibs\frameworks\libs\player" /s /q
60
61
for /d %%G in (" FlashDevelop\Bin\Debug\Projects\*ActionScript 3*" ) do rd /s /q " %%~G "
61
62
62
63
:: Copy distro files
You can’t perform that action at this time.
0 commit comments