Skip to content

Commit 75ce5d5

Browse files
committed
Revert "Exclude Loom stuff from HD..."
This reverts commit be65333.
1 parent 2bfd23a commit 75ce5d5

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

CI/build.cmd

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,10 @@ if %errorlevel% neq 0 goto :error
4545
:: Reset bin files
4646
git clean -f -x -d FlashDevelop\Bin\Debug
4747

48-
:: Exclude FD image files
48+
:: Remove bad files
4949
del FlashDevelop\Bin\Debug\StartPage\images\*.* /Q
50-
51-
:: Exclude AS3 templates
5250
for /d %%G in ("FlashDevelop\Bin\Debug\Projects\*ActionScript 3*") do rd /s /q "%%~G"
5351

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-
6052
:: Copy distro files
6153
xcopy Distros\HaxeDevelop /s /e /y
6254

CI/buildl.cmd

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,18 +55,10 @@ if %errorlevel% neq 0 goto :error
5555
:: Reset bin files
5656
git clean -f -x -d FlashDevelop\Bin\Debug
5757

58-
:: Exclude FD image files
58+
:: Remove bad files
5959
del FlashDevelop\Bin\Debug\StartPage\images\*.* /Q
60-
61-
:: Exclude AS3 templates
6260
for /d %%G in ("FlashDevelop\Bin\Debug\Projects\*ActionScript 3*") do rd /s /q "%%~G"
6361

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-
7062
:: Copy distro files
7163
xcopy Distros\HaxeDevelop /s /e /y
7264

0 commit comments

Comments
 (0)