File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed
Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -45,10 +45,18 @@ if %errorlevel% neq 0 goto :error
4545:: Reset bin files
4646git clean -f -x -d FlashDevelop\Bin\Debug
4747
48- :: Remove bad files
48+ :: Exclude FD image files
4949del FlashDevelop\Bin\Debug\StartPage\images\*.* /Q
50+
51+ :: Exclude AS3 templates
5052for /d %%G in (" FlashDevelop\Bin\Debug\Projects\*ActionScript 3*" ) do rd /s /q " %%~G "
5153
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+
5260:: Copy distro files
5361xcopy Distros\HaxeDevelop /s /e /y
5462
Original file line number Diff line number Diff line change @@ -55,10 +55,18 @@ if %errorlevel% neq 0 goto :error
5555:: Reset bin files
5656git clean -f -x -d FlashDevelop\Bin\Debug
5757
58- :: Remove bad files
58+ :: Exclude FD image files
5959del FlashDevelop\Bin\Debug\StartPage\images\*.* /Q
60+
61+ :: Exclude AS3 templates
6062for /d %%G in (" FlashDevelop\Bin\Debug\Projects\*ActionScript 3*" ) do rd /s /q " %%~G "
6163
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+
6270:: Copy distro files
6371xcopy Distros\HaxeDevelop /s /e /y
6472
You can’t perform that action at this time.
0 commit comments