Files
OwnCord/Client/tauri-client/src-tauri/tauri.conf.json
T
jevb c784d7950c chore: bump version to 1.1.0
Video chat, GIF picker, push-to-talk, desktop notifications,
compact mode, and admin IP restriction.
2026-03-19 18:44:29 +01:00

58 lines
1.5 KiB
JSON

{
"productName": "OwnCord",
"version": "1.1.0",
"identifier": "com.owncord.client",
"build": {
"frontendDist": "../dist",
"devUrl": "http://localhost:1420",
"beforeDevCommand": "npm run dev",
"beforeBuildCommand": "npm run build"
},
"app": {
"windows": [
{
"title": "OwnCord",
"width": 1280,
"height": 720,
"minWidth": 940,
"minHeight": 500,
"decorations": true,
"resizable": true,
"center": true
}
],
"security": {
"csp": "default-src 'self'; script-src 'self' 'wasm-unsafe-eval'; style-src 'self' 'unsafe-inline'; connect-src 'self' https: wss:; img-src 'self' https: data:; frame-src https://www.youtube.com https://youtube.com"
}
},
"bundle": {
"active": true,
"createUpdaterArtifacts": "v1Compatible",
"targets": [
"nsis"
],
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/icon.ico"
],
"windows": {
"nsis": {
"displayLanguageSelector": false,
"installerIcon": "icons/icon.ico"
}
}
},
"plugins": {
"updater": {
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDgxMkZGMTUzMDBBNkFCNDAKUldSQXE2WUFVL0V2Z2NjekFXaVI1elpQYVBmOUdKNmZrTzZwRC80RHlBMkQyYzZWYXdTK00xK0wK",
"endpoints": [],
"dangerousAcceptInvalidCerts": true,
"dangerousAcceptInvalidHostnames": true,
"windows": {
"installMode": "passive"
}
}
}
}