mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-06 13:53:54 +02:00
Merge branch 'v2' into feat/setup-single-instance-manually
This commit is contained in:
@@ -37,6 +37,7 @@ pub fn setup_single_instance<R: Runtime>(
|
||||
dbus_name.push('_');
|
||||
dbus_name.push_str(semver_compat_string(&app.package_info().version).as_str());
|
||||
}
|
||||
|
||||
dbus_name.push_str(".SingleInstance");
|
||||
|
||||
let mut dbus_path = dbus_name.replace('.', "/").replace('-', "_");
|
||||
|
||||
Reference in New Issue
Block a user