Spawn player with CREATE_BREAKAWAY_FROM_JOB on Windows #6

Merged
ryze312 merged 1 commit from windows_launch_bug into main 2023-10-21 20:39:13 +02:00
ryze312 commented 2023-10-21 20:36:07 +02:00 (Migrated from github.com)

We need to spawn player with CREATE_BREAKAWAY_FROM_JOB creation flag, so it doesn't get killed after ff2mpv-rust gets closed.

See this section of MDN article on Native messaging for more info.

Fixes #5

We need to spawn player with `CREATE_BREAKAWAY_FROM_JOB` creation flag, so it doesn't get killed after ff2mpv-rust gets closed. See [this section](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_messaging#closing_the_native_app) of MDN article on Native messaging for more info. Fixes #5
Sign in to join this conversation.
No description provided.