2021-02-12 03:50:39 +03:00
|
|
|
{
|
|
|
|
"build": {
|
2021-07-04 01:48:04 +03:00
|
|
|
"distDir": ["../index.html"],
|
|
|
|
"devPath": ["../index.html"],
|
2021-02-12 03:50:39 +03:00
|
|
|
"withGlobalTauri": true
|
|
|
|
},
|
|
|
|
"tauri": {
|
|
|
|
"bundle": {
|
|
|
|
"active": true,
|
|
|
|
"targets": "all",
|
|
|
|
"identifier": "com.tauri.dev",
|
|
|
|
"icon": [
|
2021-05-03 17:16:51 +03:00
|
|
|
"../../.icons/32x32.png",
|
|
|
|
"../../.icons/128x128.png",
|
|
|
|
"../../.icons/128x128@2x.png",
|
|
|
|
"../../.icons/icon.icns",
|
|
|
|
"../../.icons/icon.ico"
|
2021-02-12 03:50:39 +03:00
|
|
|
],
|
|
|
|
"resources": [],
|
|
|
|
"externalBin": [],
|
|
|
|
"copyright": "",
|
|
|
|
"category": "DeveloperTool"
|
|
|
|
},
|
|
|
|
"allowlist": {
|
|
|
|
"all": true
|
|
|
|
},
|
2021-02-16 07:23:15 +03:00
|
|
|
"windows": [
|
|
|
|
{
|
|
|
|
"label": "Main",
|
|
|
|
"title": "Tauri - Main",
|
|
|
|
"width": 800,
|
|
|
|
"height": 600
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Secondary",
|
|
|
|
"title": "Tauri - Secondary",
|
|
|
|
"width": 600,
|
|
|
|
"height": 400
|
|
|
|
}
|
|
|
|
],
|
2021-02-12 03:50:39 +03:00
|
|
|
"security": {
|
2022-01-09 17:11:59 +03:00
|
|
|
"csp": "default-src 'self'"
|
2021-04-05 20:51:17 +03:00
|
|
|
},
|
|
|
|
"updater": {
|
|
|
|
"active": false
|
2021-02-12 03:50:39 +03:00
|
|
|
}
|
|
|
|
}
|
2021-07-04 01:48:04 +03:00
|
|
|
}
|