This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Commit fb17480
authored
Auto-merge pull request #5106 from livecodepanos/bugfix-19121
[Bug 19121] Pass correct folder to standaloneSaved msg
If the user chooses to save a standalone named "MyApp" in Desktop folder, then a folder is passed to `standaloneSaved` message.
In LC 8.1.3 RC-1 this folder was `path/to/Desktop/MyApp/MacOSX` (not correct), and in pre-LC 8.1.3 RC-1 this was `path/to/Desktop/` (not very useful).
In this patch the folder will now be `path/to/Desktop/MyApp/`.
This ensures that when having multiple copies of the same standalone, in folders named "MyApp", "MyApp1", "MyApp2" etc, the path to the most recent one will be passed to `standaloneSaved` message, e.g. `path/to/Desktop/MyApp5/`2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
393 | 393 | | |
394 | 394 | | |
395 | 395 | | |
396 | | - | |
| 396 | + | |
397 | 397 | | |
398 | 398 | | |
399 | 399 | | |
| |||
0 commit comments