[Refactor] tauri.conf.json: Align indentation to 4 spaces.
This commit is contained in:
@@ -35,14 +35,11 @@
|
|||||||
"open": true,
|
"open": true,
|
||||||
"sidecar": true,
|
"sidecar": true,
|
||||||
"scope": [
|
"scope": [
|
||||||
{
|
{ "name": "bin/VRCT-sidecar", "sidecar": true, "args": true }
|
||||||
"name": "bin/VRCT-sidecar", "sidecar": true,"args": true
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"windows": [
|
"windows": [{
|
||||||
{
|
|
||||||
"title": "VRCT",
|
"title": "VRCT",
|
||||||
"center": true,
|
"center": true,
|
||||||
"width": 450,
|
"width": 450,
|
||||||
@@ -51,11 +48,8 @@
|
|||||||
"minHeight": 200,
|
"minHeight": 200,
|
||||||
"transparent": true,
|
"transparent": true,
|
||||||
"decorations": false
|
"decorations": false
|
||||||
}
|
}],
|
||||||
],
|
"security": { "csp": null },
|
||||||
"security": {
|
|
||||||
"csp": null
|
|
||||||
},
|
|
||||||
"bundle": {
|
"bundle": {
|
||||||
"active": true,
|
"active": true,
|
||||||
"targets": "nsis",
|
"targets": "nsis",
|
||||||
|
|||||||
Reference in New Issue
Block a user