Skip to content

Commit daba1cc

Browse files
committed
Fix "Echo is off" message on CrossOver...
1 parent bd57fec commit daba1cc

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

FlashDevelop/Bin/Debug/Projects/160 ActionScript 3 - AIR AS3 Projector/bat/CreateCertificate.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if errorlevel 1 goto failed
1717
echo.
1818
echo Certificate created: %CERT_FILE% with password "%CERT_PASS%"
1919
echo.
20-
if "%CERT_PASS%" == "fd" echo (note: you did not change the default password)
20+
if "%CERT_PASS%" == "fd" echo Note: You did not change the default password
2121
echo.
2222
echo HINTS:
2323
echo - you only need to generate this certificate once,

FlashDevelop/Bin/Debug/Projects/170 ActionScript 3 - AIR Flex 3 Projector/bat/CreateCertificate.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if errorlevel 1 goto failed
1717
echo.
1818
echo Certificate created: %CERT_FILE% with password "%CERT_PASS%"
1919
echo.
20-
if "%CERT_PASS%" == "fd" echo (note: you did not change the default password)
20+
if "%CERT_PASS%" == "fd" echo Note: You did not change the default password
2121
echo.
2222
echo HINTS:
2323
echo - you only need to generate this certificate once,

FlashDevelop/Bin/Debug/Projects/180 ActionScript 3 - AIR Flex 4 Projector/bat/CreateCertificate.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if errorlevel 1 goto failed
1717
echo.
1818
echo Certificate created: %CERT_FILE% with password "%CERT_PASS%"
1919
echo.
20-
if "%CERT_PASS%" == "fd" echo (note: you did not change the default password)
20+
if "%CERT_PASS%" == "fd" echo Note: You did not change the default password
2121
echo.
2222
echo HINTS:
2323
echo - you only need to generate this certificate once,

FlashDevelop/Bin/Debug/Projects/190 ActionScript 3 - AIR Mobile AS3 App/bat/CreateCertificate.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if errorlevel 1 goto failed
1717
echo.
1818
echo Certificate created: %AND_CERT_FILE% with password "%AND_CERT_PASS%"
1919
echo.
20-
if "%AND_CERT_PASS%" == "fd" echo (note: you did not change the default password)
20+
if "%AND_CERT_PASS%" == "fd" echo Note: you did not change the default password
2121
echo.
2222
echo HINTS:
2323
echo - you only need to generate this certificate once,

FlashDevelop/Bin/Debug/Projects/195 ActionScript 3 - AIR Mobile Flex App/bat/CreateCertificate.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if errorlevel 1 goto failed
1717
echo.
1818
echo Certificate created: %AND_CERT_FILE% with password "%AND_CERT_PASS%"
1919
echo.
20-
if "%AND_CERT_PASS%" == "fd" echo (note: you did not change the default password)
20+
if "%AND_CERT_PASS%" == "fd" echo Note: You did not change the default password
2121
echo.
2222
echo HINTS:
2323
echo - you only need to generate this certificate once,

FlashDevelop/Bin/Debug/Projects/315 Haxe - AIR Projector/bat/CreateCertificate.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if errorlevel 1 goto failed
1717
echo.
1818
echo Certificate created: %CERT_FILE% with password "%CERT_PASS%"
1919
echo.
20-
if "%CERT_PASS%" == "fd" echo (note: you did not change the default password)
20+
if "%CERT_PASS%" == "fd" echo Note: You did not change the default password
2121
echo.
2222
echo HINTS:
2323
echo - you only need to generate this certificate once,
@@ -31,4 +31,4 @@ echo Certificate creation FAILED.
3131
echo.
3232

3333
:end
34-
pause
34+
pause

0 commit comments

Comments
 (0)