Browse Source

feat: exclude devtools from production builds (#12290)

Co-authored-by: Brendan Allan <[email protected]>
Silvio Ney 2 weeks ago
parent
commit
d4a68b0f4e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      packages/desktop/src-tauri/Cargo.toml

+ 2 - 1
packages/desktop/src-tauri/Cargo.toml

@@ -18,7 +18,7 @@ crate-type = ["staticlib", "cdylib", "rlib"]
 tauri-build = { version = "2", features = [] }
 
 [dependencies]
-tauri = { version = "2.9.5", features = ["macos-private-api", "devtools"] }
+tauri = { version = "2.9.5", features = ["macos-private-api"] }
 tauri-plugin-opener = "2"
 tauri-plugin-deep-link = "2.4.6"
 tauri-plugin-shell = "2"
@@ -56,6 +56,7 @@ webkit2gtk = "=2.0.2"
 objc2 = "0.6"
 objc2-web-kit = "0.3"
 
+
 [target.'cfg(windows)'.dependencies]
 windows = { version = "0.61", features = [
     "Win32_Foundation",