mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-21 09:41:34 +03:00
6d70c8e1e2
Co-authored-by: Rajiv Shah <rajivshah1@icloud.com> Co-authored-by: Lucas Nogueira <lucas@tauri.studio> Co-authored-by: nothingismagick <denjell@mailscript.com> Co-authored-by: Laegel <valentin.chouaf@laposte.net>
49 lines
978 B
JSON
49 lines
978 B
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 - Main",
|
|
"width": 800,
|
|
"height": 600
|
|
},
|
|
{
|
|
"label": "Secondary",
|
|
"title": "Tauri - Secondary",
|
|
"width": 600,
|
|
"height": 400
|
|
}
|
|
],
|
|
"security": {
|
|
"csp": "default-src blob: data: filesystem: ws: http: https: 'unsafe-eval' 'unsafe-inline'"
|
|
},
|
|
"updater": {
|
|
"active": false
|
|
}
|
|
}
|
|
}
|