Remove autostart JSON config (plugin takes args via Rust init(), not tauri.conf.json)

This commit is contained in:
megaproxy 2026-05-09 00:42:48 +01:00
parent ab75ca9bbb
commit 8c25b015a7

View file

@ -34,11 +34,7 @@
"csp": "default-src 'self'; img-src 'self' data:; style-src 'self' 'unsafe-inline'; script-src 'self'"
}
},
"plugins": {
"autostart": {
"args": ["--minimized"]
}
},
"plugins": {},
"bundle": {
"active": true,
"targets": ["nsis"],