Skip to content

feat(single-instance): allow opting-out of destroy on exit for precise control#3482

Open
JGuest121 wants to merge 3 commits into
tauri-apps:v2from
JGuest121:configurable-destory-on-exit
Open

feat(single-instance): allow opting-out of destroy on exit for precise control#3482
JGuest121 wants to merge 3 commits into
tauri-apps:v2from
JGuest121:configurable-destory-on-exit

Conversation

@JGuest121

Copy link
Copy Markdown

Some consumers need precise control over when the single instance plugin releases its lock (e.g. after other application-specific cleanup triggered by RunEvent::Exit has finished). Previously, this is not possible since the plugin automatically destroys itself on exit. This feature extends the builder to allow turning this off so that the consumer can destroy the plugin themselves.

@JGuest121
JGuest121 requested a review from a team as a code owner July 13, 2026 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant