chore: Update Tauri to alpha.18 (#802)

This commit is contained in:
Fabian-Lars
2023-12-11 19:41:42 +01:00
committed by GitHub
parent 78e60e6618
commit 387c2f9e0c
39 changed files with 1181 additions and 688 deletions
@@ -4,8 +4,6 @@
#![cfg(target_os = "linux")]
use std::sync::Arc;
use crate::SingleInstanceCallback;
use tauri::{
plugin::{self, TauriPlugin},
@@ -30,7 +28,7 @@ impl<R: Runtime> SingleInstanceDBus<R> {
}
}
fn dbus_id(config: Arc<Config>) -> String {
fn dbus_id(config: &Config) -> String {
config.tauri.bundle.identifier.replace(['.', '-'], "_")
}