Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit cbf7987

Browse files
Merge remote-tracking branch 'origin/develop-6.7' into develop-7.0
2 parents af0ecd7 + 07c8417 commit cbf7987

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ide-support/revsaveasstandalone.livecodescript

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2168,8 +2168,8 @@ private command revBuildStandaloneDeploy pPlatform, pStackFilePath, pEnginePath,
21682168
local tLibraryStack
21692169
put revSBStackNameFromScriptLibraryName(tLibrary) into tLibraryStack
21702170
if there is a stack tLibraryStack then
2171-
if sStandaloneSettings["auxiliary_stackfiles"] is not empty then put return after sStandaloneSettings["auxiliary_stackfiles"]
2172-
put the effective filename of stack tLibraryStack after sStandaloneSettings["auxiliary_stackfiles"]
2171+
if sStandaloneSettingsA["auxiliary_stackfiles"] is not empty then put return after sStandaloneSettingsA["auxiliary_stackfiles"]
2172+
put the effective filename of stack tLibraryStack after sStandaloneSettingsA["auxiliary_stackfiles"]
21732173
put return & "revInternal__LoadLibrary" && tLibraryStack after sStandaloneSettingsA["startup_script"]
21742174
end if
21752175
end repeat

0 commit comments

Comments
 (0)