Lucas Nogueira 1 год назад
Родитель
Сommit
ee0c584df9
1 измененных файлов с 7 добавлено и 0 удалено
  1. 7 0
      core/tauri/src/app.rs

+ 7 - 0
core/tauri/src/app.rs

@@ -1744,6 +1744,13 @@ tauri::Builder::default()
       self.invoke_key,
     ));
 
+    #[cfg(any(
+      target_os = "linux",
+      target_os = "dragonfly",
+      target_os = "freebsd",
+      target_os = "netbsd",
+      target_os = "openbsd"
+    ))]
     let app_id = if manager.config.app.enable_gtk_app_id {
       Some(manager.config.identifier.clone())
     } else {