comty/packages/app/src-tauri/tauri.conf.json
2024-06-11 17:13:45 +00:00

79 lines
1.6 KiB
JSON

{
"build": {
"devPath": "https://fr01.ragestudio.net:8000",
"distDir": "../dist"
},
"package": {
"productName": "Comty",
"version": "0.1.0"
},
"tauri": {
"allowlist": {
"all": true,
"window": {
"all": true,
"close": true,
"hide": true,
"show": true,
"maximize": true,
"minimize": true,
"unmaximize": true,
"unminimize": true,
"startDragging": true
}
},
"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": "com.ragestudio.comty",
"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": [
{
"title": "Comty",
"titleBarStyle": "Overlay",
"hiddenTitle": true,
"decorations": true,
"fullscreen": false,
"width": 1280,
"height": 720,
"resizable": true,
"center": true
}
]
}
}