2021-05-03 19:16:34 +03:00
|
|
|
{
|
2022-05-03 18:26:16 +03:00
|
|
|
"$schema": "../../tooling/cli/schema.json",
|
2021-05-03 19:16:34 +03:00
|
|
|
"build": {
|
2022-03-24 02:45:43 +03:00
|
|
|
"distDir": ["index.html"],
|
|
|
|
"devPath": ["index.html"],
|
2021-05-03 19:16:34 +03:00
|
|
|
"beforeDevCommand": "",
|
2021-06-22 23:29:10 +03:00
|
|
|
"beforeBuildCommand": "",
|
|
|
|
"withGlobalTauri": true
|
2021-05-03 19:16:34 +03:00
|
|
|
},
|
|
|
|
"tauri": {
|
|
|
|
"bundle": {
|
|
|
|
"active": true,
|
|
|
|
"targets": "all",
|
|
|
|
"identifier": "com.tauri.dev",
|
|
|
|
"icon": [
|
2022-03-24 02:45:43 +03:00
|
|
|
"../.icons/32x32.png",
|
|
|
|
"../.icons/128x128.png",
|
|
|
|
"../.icons/128x128@2x.png",
|
|
|
|
"../.icons/icon.icns",
|
|
|
|
"../.icons/icon.ico"
|
2021-05-03 19:16:34 +03:00
|
|
|
],
|
|
|
|
"resources": [],
|
|
|
|
"externalBin": [],
|
|
|
|
"copyright": "",
|
|
|
|
"category": "DeveloperTool",
|
|
|
|
"shortDescription": "",
|
|
|
|
"longDescription": "",
|
|
|
|
"deb": {
|
2022-03-31 20:51:17 +03:00
|
|
|
"depends": []
|
2021-05-03 19:16:34 +03:00
|
|
|
},
|
|
|
|
"macOS": {
|
|
|
|
"frameworks": [],
|
|
|
|
"exceptionDomain": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"allowlist": {
|
2022-02-06 16:50:45 +03:00
|
|
|
"all": false
|
2021-05-03 19:16:34 +03:00
|
|
|
},
|
|
|
|
"windows": [
|
|
|
|
{
|
|
|
|
"title": "Welcome to Tauri!",
|
|
|
|
"width": 800,
|
|
|
|
"height": 600,
|
|
|
|
"resizable": true,
|
|
|
|
"fullscreen": false
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"security": {
|
2022-01-09 17:11:59 +03:00
|
|
|
"csp": "default-src 'self'"
|
2021-05-03 19:16:34 +03:00
|
|
|
},
|
|
|
|
"updater": {
|
|
|
|
"active": false
|
|
|
|
}
|
|
|
|
}
|
2021-07-04 01:48:04 +03:00
|
|
|
}
|