Remove autostart JSON config (plugin takes args via Rust init(), not tauri.conf.json)
This commit is contained in:
parent
ab75ca9bbb
commit
8c25b015a7
1 changed files with 1 additions and 5 deletions
|
|
@ -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"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue