iris-messenger/src-tauri/tauri.conf.json
2023-08-19 13:30:38 +03:00

72 lines
1.7 KiB
JSON

{
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
"build": {
"beforeBuildCommand": "yarn build",
"beforeDevCommand": "yarn dev",
"devPath": "http://localhost:5173",
"distDir": "../dist"
},
"package": {
"productName": "iris",
"version": "0.2.2"
},
"tauri": {
"allowlist": {
"all": false
},
"bundle": {
"active": true,
"category": "DeveloperTool",
"copyright": "",
"deb": {
"depends": []
},
"externalBin": [],
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
],
"identifier": "to.iris",
"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,
"endpoints": [
"https://gist.githubusercontent.com/mmalmi/d0debd2083fe19656060dbbf8c8fd172/raw/iris-tauri.json"
],
"dialog": true,
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IENBNUQ2NTJGRDg4NEM4RkEKUldUNnlJVFlMMlZkeXRCMnFsc3plSnJndHJlLzZOVnJBci9wNmhmOU1FZ04vbXAwWjV0Ymd5eGkK"
},
"windows": [
{
"fullscreen": false,
"height": 800,
"resizable": true,
"title": "iris",
"width": 1024
}
]
}
}