File tree Expand file tree Collapse file tree 2 files changed +2
-18
lines changed Expand file tree Collapse file tree 2 files changed +2
-18
lines changed Original file line number Diff line number Diff line change @@ -45,18 +45,10 @@ if %errorlevel% neq 0 goto :error
45
45
:: Reset bin files
46
46
git clean -f -x -d FlashDevelop\Bin\Debug
47
47
48
- :: Exclude FD image files
48
+ :: Remove bad files
49
49
del FlashDevelop\Bin\Debug\StartPage\images\*.* /Q
50
-
51
- :: Exclude AS3 templates
52
50
for /d %%G in (" FlashDevelop\Bin\Debug\Projects\*ActionScript 3*" ) do rd /s /q " %%~G "
53
51
54
- :: Exclude Loom stuff
55
- for /d %%G in (" FlashDevelop\Bin\Debug\Projects\*Loom*" ) do rd /s /q " %%~G "
56
- for /d %%G in (" FlashDevelop\Bin\Debug\Templates\ProjectFiles\LoomProject" ) do rd /s /q " %%~G "
57
- for /d %%G in (" FlashDevelop\Bin\Debug\Snippets\loom" ) do rd /s /q " %%~G "
58
- del FlashDevelop\Bin\Debug\Plugins\LoomContext.dll /Q
59
-
60
52
:: Copy distro files
61
53
xcopy Distros\HaxeDevelop /s /e /y
62
54
Original file line number Diff line number Diff line change @@ -55,18 +55,10 @@ if %errorlevel% neq 0 goto :error
55
55
:: Reset bin files
56
56
git clean -f -x -d FlashDevelop\Bin\Debug
57
57
58
- :: Exclude FD image files
58
+ :: Remove bad files
59
59
del FlashDevelop\Bin\Debug\StartPage\images\*.* /Q
60
-
61
- :: Exclude AS3 templates
62
60
for /d %%G in (" FlashDevelop\Bin\Debug\Projects\*ActionScript 3*" ) do rd /s /q " %%~G "
63
61
64
- :: Exclude Loom stuff
65
- for /d %%G in (" FlashDevelop\Bin\Debug\Projects\*Loom*" ) do rd /s /q " %%~G "
66
- for /d %%G in (" FlashDevelop\Bin\Debug\Templates\ProjectFiles\LoomProject" ) do rd /s /q " %%~G "
67
- for /d %%G in (" FlashDevelop\Bin\Debug\Snippets\loom" ) do rd /s /q " %%~G "
68
- del FlashDevelop\Bin\Debug\Plugins\LoomContext.dll /Q
69
-
70
62
:: Copy distro files
71
63
xcopy Distros\HaxeDevelop /s /e /y
72
64
You can’t perform that action at this time.
0 commit comments