Skip to content

Commit

Permalink
Stop using kAppStackname when unloading app
Browse files Browse the repository at this point in the history
If the app tried to quit on Windows by returning `false` from `InitializeApplication` the executable would remain open in the background and would be listed under Background processes in the Task Manager. This fixes the bug.
  • Loading branch information
trevordevore committed Apr 27, 2020
1 parent d61ef62 commit 3a878ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions framework/levure.livecodescript
Expand Up @@ -1047,6 +1047,8 @@ private command unloadApp
end repeat

unloadExternals

stop using stack kAppStackName
end unloadApp


Expand Down

0 comments on commit 3a878ec

Please sign in to comment.