2021-03-25 01:21:03 +03:00
|
|
|
{
|
|
|
|
"package": {
|
|
|
|
"productName": "{{ app_name }}",
|
|
|
|
"version": "0.1.0"
|
|
|
|
},
|
|
|
|
"build": {
|
|
|
|
"distDir": "{{ dist_dir }}",
|
|
|
|
"devPath": "{{ dev_path }}",
|
|
|
|
"beforeDevCommand": "",
|
|
|
|
"beforeBuildCommand": ""
|
|
|
|
},
|
|
|
|
"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",
|
|
|
|
"shortDescription": "",
|
|
|
|
"longDescription": "",
|
|
|
|
"deb": {
|
|
|
|
"depends": [],
|
|
|
|
"useBootstrapper": false
|
|
|
|
},
|
2021-03-25 07:56:00 +03:00
|
|
|
"macOS": {
|
2021-03-25 01:21:03 +03:00
|
|
|
"frameworks": [],
|
|
|
|
"minimumSystemVersion": "",
|
|
|
|
"useBootstrapper": false,
|
2021-03-29 01:58:44 +03:00
|
|
|
"exceptionDomain": "",
|
|
|
|
"signingIdentity": null,
|
2022-01-27 21:22:30 +03:00
|
|
|
"providerShortName": null,
|
2021-03-29 01:58:44 +03:00
|
|
|
"entitlements": null
|
|
|
|
},
|
|
|
|
"windows": {
|
|
|
|
"certificateThumbprint": null,
|
|
|
|
"digestAlgorithm": "sha256",
|
|
|
|
"timestampUrl": ""
|
2021-03-25 01:21:03 +03:00
|
|
|
}
|
|
|
|
},
|
2021-04-05 20:51:17 +03:00
|
|
|
"updater": {
|
|
|
|
"active": false
|
|
|
|
},
|
2021-03-25 01:21:03 +03:00
|
|
|
"allowlist": {
|
|
|
|
"all": true
|
|
|
|
},
|
|
|
|
"windows": [
|
|
|
|
{
|
|
|
|
"title": "{{ window_title }}",
|
|
|
|
"width": 800,
|
|
|
|
"height": 600,
|
|
|
|
"resizable": true,
|
|
|
|
"fullscreen": false
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"security": {
|
2022-02-13 08:01:48 +03:00
|
|
|
"csp": null
|
2021-03-25 01:21:03 +03:00
|
|
|
}
|
|
|
|
}
|
2021-03-29 01:58:44 +03:00
|
|
|
}
|