mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
52 lines
1.1 KiB
JSON
52 lines
1.1 KiB
JSON
{
|
|
"build": {
|
|
"distDir": "../dist",
|
|
"devPath": "../dist",
|
|
"withGlobalTauri": true
|
|
},
|
|
"tauri": {
|
|
"bundle": {
|
|
"active": true,
|
|
"targets": "all",
|
|
"identifier": "com.tauri.dev",
|
|
"icon": [
|
|
"../../.icons/32x32.png",
|
|
"../../.icons/128x128.png",
|
|
"../../.icons/128x128@2x.png",
|
|
"../../.icons/icon.icns",
|
|
"../../.icons/icon.ico"
|
|
],
|
|
"resources": [],
|
|
"externalBin": [],
|
|
"copyright": "",
|
|
"category": "DeveloperTool"
|
|
},
|
|
"allowlist": {
|
|
"all": true
|
|
},
|
|
"windows": [
|
|
{
|
|
"label": "main",
|
|
"title": "Tauri",
|
|
"width": 800,
|
|
"height": 600,
|
|
"visible": false
|
|
},
|
|
{
|
|
"label": "splashscreen",
|
|
"width": 400,
|
|
"height": 200,
|
|
"decorations": false,
|
|
"resizable": false,
|
|
"url": "splashscreen.html"
|
|
}
|
|
],
|
|
"security": {
|
|
"csp": "default-src blob: data: filesystem: ws: wss: http: https: tauri: 'unsafe-eval' 'unsafe-inline' 'self' img-src: 'self'"
|
|
},
|
|
"updater": {
|
|
"active": false
|
|
}
|
|
}
|
|
}
|