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'"
|
"csp": "default-src 'self'; img-src 'self' data:; style-src 'self' 'unsafe-inline'; script-src 'self'"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"plugins": {
|
"plugins": {},
|
||||||
"autostart": {
|
|
||||||
"args": ["--minimized"]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"bundle": {
|
"bundle": {
|
||||||
"active": true,
|
"active": true,
|
||||||
"targets": ["nsis"],
|
"targets": ["nsis"],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue