We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1da9950 commit acd0cddCopy full SHA for acd0cdd
CI/build.cmd
@@ -45,7 +45,7 @@ if %errorlevel% neq 0 goto :error
45
46
:: Remove bad files
47
del FlashDevelop\Bin\Debug\FlashDevelop.exe.config
48
-del FlashDevelop\Bin\Debug\StartPage\images\*.*
+del FlashDevelop\Bin\Debug\StartPage\images\*.* /Q
49
50
:: Copy distro files
51
xcopy Distros\HaxeDevelop /s /e /y
CI/buildl.cmd
@@ -50,7 +50,7 @@ if %errorlevel% neq 0 goto :error
52
53
54
55
56
0 commit comments