Skip to content

Commit f9aba90

Browse files
Merge pull request livecode#5106 from livecodepanos/bugfix-19121
[Bug 19121] Pass correct folder to standaloneSaved msg
2 parents 1b380a6 + cbd8874 commit f9aba90

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

docs/notes/bugfix-19121.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Pass correct folder to standaloneSaved message

ide-support/revsaveasstandalone.livecodescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ command revDoSaveAsStandalone pStack, pFolder
393393
-- post build message
394394
if tHasDesktop then
395395
__ReloadOriginalStackFile tStackFileName, pStack
396-
__SendStandaloneSavedMessage pStack, tTargetFolder
396+
__SendStandaloneSavedMessage pStack, tOutputFolder
397397
end if
398398

399399
catch tError

0 commit comments

Comments
 (0)