@setoelkahfi / svara / commits / 999fc24

chore: allow process

Signed-off-by: mellobacon <mellodev@outlook.com>

mellobacon committed May 13, 2024 at 12:31 UTC 999fc2482f48b7f58d96fa08897c4fc12d4e572e
1 file changed +6
src-tauri/tauri.conf.json
+6
@@ -77,6 +77,12 @@
77 "startDragging": true,
78 "unmaximize": true,
79 "unminimize": true
80 + },
81 + "process": {
82 + "all": false,
83 + "exit": true,
84 + "relaunch": true,
85 + "relaunchDangerousAllowSymlinkMacos": false
86 }
87 },
88 "bundle": {