Skip to content

Commit 2ecba68

Browse files
committed
Fix for SDK paths with spaces in AIR *.bat files...
1 parent 4fc2766 commit 2ecba68

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cd %~dp0 & cd ..
77
set FLEX_SDK=$(FlexSDK)
88

99
:: Use FD supplied SDK path if executed from FD
10-
if exist %FD_CUR_SDK% set FLEX_SDK=%FD_CUR_SDK%
10+
if exist "%FD_CUR_SDK%" set FLEX_SDK=%FD_CUR_SDK%
1111

1212
:validation
1313
if not exist "%FLEX_SDK%" goto flexsdk

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cd %~dp0 & cd ..
77
set FLEX_SDK=$(FlexSDK)
88

99
:: Use FD supplied SDK path if executed from FD
10-
if exist %FD_CUR_SDK% set FLEX_SDK=%FD_CUR_SDK%
10+
if exist "%FD_CUR_SDK%" set FLEX_SDK=%FD_CUR_SDK%
1111

1212
:validation
1313
if not exist "%FLEX_SDK%\bin" goto flexsdk

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cd %~dp0 & cd ..
77
set FLEX_SDK=$(FlexSDK)
88

99
:: Use FD supplied SDK path if executed from FD
10-
if exist %FD_CUR_SDK% set FLEX_SDK=%FD_CUR_SDK%
10+
if exist "%FD_CUR_SDK%" set FLEX_SDK=%FD_CUR_SDK%
1111

1212
:validation
1313
if not exist "%FLEX_SDK%\bin" goto flexsdk

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cd %~dp0 & cd ..
77
set FLEX_SDK=$(FlexSDK)
88

99
:: Use FD supplied SDK path if executed from FD
10-
if exist %FD_CUR_SDK% set FLEX_SDK=%FD_CUR_SDK%
10+
if exist "%FD_CUR_SDK%" set FLEX_SDK=%FD_CUR_SDK%
1111

1212
set AUTO_INSTALL_IOS=yes
1313

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cd %~dp0 & cd ..
77
set FLEX_SDK=$(FlexSDK)
88

99
:: Use FD supplied SDK path if executed from FD
10-
if exist %FD_CUR_SDK% set FLEX_SDK=%FD_CUR_SDK%
10+
if exist "%FD_CUR_SDK%" set FLEX_SDK=%FD_CUR_SDK%
1111

1212
set AUTO_INSTALL_IOS=yes
1313

0 commit comments

Comments
 (0)