Some checks failed
Build Tauri App (Linux + Windows exe) / build (push) Failing after 5m15s
49 lines
1012 B
JSON
49 lines
1012 B
JSON
{
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
"productName": "bytechat-desktop",
|
|
"version": "0.1.0",
|
|
"identifier": "com.rattatwinko.bytechat-desktop",
|
|
"build": {
|
|
"frontendDist": "../src"
|
|
},
|
|
"app": {
|
|
"withGlobalTauri": true,
|
|
"windows": [
|
|
{
|
|
"title": "ByteChat",
|
|
"width": 600,
|
|
"height": 700,
|
|
"zoomHotkeysEnabled": false
|
|
}
|
|
],
|
|
"security": {
|
|
"csp": null
|
|
}
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"targets": ["deb", "rpm"],
|
|
"icon": [
|
|
"icons/32x32.png",
|
|
"icons/128x128.png",
|
|
"icons/128x128@2x.png",
|
|
"icons/icon.icns",
|
|
"icons/icon.ico"
|
|
],
|
|
"windows": {
|
|
"allowDowngrades": true,
|
|
"certificateThumbprint": null,
|
|
"digestAlgorithm": null,
|
|
"nsis": null,
|
|
"signCommand": null,
|
|
"timestampUrl": null,
|
|
"tsp": false,
|
|
"webviewInstallMode": {
|
|
"silent": true,
|
|
"type": "offlineInstaller"
|
|
},
|
|
"wix": null
|
|
}
|
|
}
|
|
}
|