For now, I put Config Page to below the main page temporary. Open Config Button does not work.
59 lines
1.1 KiB
JSON
59 lines
1.1 KiB
JSON
{
|
|
"build": {
|
|
"beforeDevCommand": "",
|
|
"beforeBuildCommand": "",
|
|
"devPath": "http://localhost:1420",
|
|
"distDir": "../dist"
|
|
},
|
|
"package": {
|
|
"productName": "vrct",
|
|
"version": "0.0.0"
|
|
},
|
|
"tauri": {
|
|
"allowlist": {
|
|
"all": false,
|
|
"window": {
|
|
"setAlwaysOnTop": true,
|
|
"setDecorations": true
|
|
},
|
|
"shell": {
|
|
"all": false,
|
|
"open": true,
|
|
"sidecar": true,
|
|
"scope": [
|
|
{
|
|
"name": "bin/test", "sidecar": true,"args": true
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"windows": [
|
|
{
|
|
"title": "VRCT",
|
|
"width": 870,
|
|
"height": 654,
|
|
"transparent": true,
|
|
"decorations": false
|
|
}
|
|
],
|
|
"security": {
|
|
"csp": null
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"targets": "all",
|
|
"identifier": "com.vrct.dev",
|
|
"icon": [
|
|
"icons/32x32.png",
|
|
"icons/128x128.png",
|
|
"icons/128x128@2x.png",
|
|
"icons/icon.icns",
|
|
"icons/icon.ico"
|
|
],
|
|
"externalBin": [
|
|
"bin/test"
|
|
]
|
|
}
|
|
}
|
|
}
|