omm-client/tauri.conf.json
2022-08-23 16:26:55 -06:00

69 lines
1.4 KiB
JSON

{
"build": {
"distDir": "./omm-front/dist/",
"beforeBuildCommand": "npm run build",
"beforeDevCommand": "npm run dev -- --port 13280",
"devPath": "http://127.0.0.1:13280"
},
"package": {
"productName": "Omm-Client",
"version": "0.1.0"
},
"tauri": {
"allowlist": {
"all": true
},
"bundle": {
"active": true,
"category": "Utility",
"copyright": "Apache-2.0",
"deb": {
"depends": []
},
"externalBin": [],
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
],
"identifier": "cc.ohmail",
"longDescription": "",
"macOS": {
"entitlements": null,
"exceptionDomain": "",
"frameworks": [],
"license": "./LICENSE",
"providerShortName": null,
"signingIdentity": null
},
"resources": [
"./LICENSE"
],
"shortDescription": "Oh My MailBox client application",
"targets": "all",
"windows": {
"certificateThumbprint": null,
"digestAlgorithm": "sha256",
"timestampUrl": ""
}
},
"security": {
"csp": null
},
"updater": {
"active": false
},
"windows": [
{
"fullscreen": false,
"width": 1150,
"height": 680,
"resizable": true,
"title": "Oh My MailBox"
}
]
}
}