73 lines
1.5 KiB
JSON
73 lines
1.5 KiB
JSON
{
|
|
"build": {
|
|
"beforeDevCommand": "",
|
|
"beforeBuildCommand": "",
|
|
"devPath": "../src",
|
|
"distDir": "../src",
|
|
"withGlobalTauri": true
|
|
},
|
|
"package": {
|
|
"productName": "ipass",
|
|
"version": "0.1.0"
|
|
},
|
|
"tauri": {
|
|
"allowlist": {
|
|
"all": false,
|
|
"dialog": {
|
|
"all": false,
|
|
"open": false,
|
|
"save": false,
|
|
"ask": false,
|
|
"message": false,
|
|
"confirm": true
|
|
}
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"category": "DeveloperTool",
|
|
"copyright": "",
|
|
"deb": {
|
|
"depends": []
|
|
},
|
|
"externalBin": [],
|
|
"icon": [
|
|
"icons/icon.ico",
|
|
"icons/icon.png"
|
|
],
|
|
"identifier": "rocks.ipost.ipass",
|
|
"longDescription": "",
|
|
"macOS": {
|
|
"entitlements": null,
|
|
"exceptionDomain": "",
|
|
"frameworks": [],
|
|
"providerShortName": null,
|
|
"signingIdentity": null
|
|
},
|
|
"resources": [],
|
|
"shortDescription": "",
|
|
"targets": "all",
|
|
"windows": {
|
|
"certificateThumbprint": null,
|
|
"digestAlgorithm": "sha256",
|
|
"timestampUrl": ""
|
|
}
|
|
},
|
|
"security": {
|
|
"csp": null
|
|
},
|
|
"updater": {
|
|
"active": false
|
|
},
|
|
"windows": [
|
|
{
|
|
"fullscreen": false,
|
|
"height": 600,
|
|
"resizable": true,
|
|
"title": "IPass",
|
|
"width": 880,
|
|
"theme": "Dark"
|
|
}
|
|
]
|
|
}
|
|
}
|