Files
OpenBB/desktop/src-tauri/tauri.conf.json
Danglewood a08d5d75d0 [BugFix] Update openssl in cargo.toml and Remove dll and dylibs From Repo (#7478)
* update openssl in cargo.toml, and remove dll and dylibs from repo

* cargo fmt

* cargo clippy

* cargo fmt again

* unused-mut

* adjust build.rs for test container

* windows runner setup

* fix masos linking

* same treatment for sbom files
2026-04-23 21:46:03 +00:00

66 lines
1.7 KiB
JSON
Vendored

{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Open Data Platform by OpenBB",
"version": "1.0.2",
"identifier": "co.openbb.platform",
"build": {
"frontendDist": "../dist",
"devUrl": "http://localhost:1470",
"beforeDevCommand": "npm run dev",
"beforeBuildCommand": "npm run build"
},
"app": {
"windows": [
{
"backgroundThrottling": "disabled",
"acceptFirstMouse": true,
"visible": false,
"resizable": true,
"title": "Open Data Platform",
"width": 1024,
"height": 768,
"minWidth": 740,
"minHeight": 400,
"skipTaskbar": false,
"decorations": true,
"theme": "Dark",
"titleBarStyle": "Transparent",
"windowClassname": "odp-window",
"windowEffects": {
"effects": [
"titlebar",
"mica"
]
}
}
],
"security": {
"csp": null,
"capabilities": []
}
},
"bundle": {
"active": true,
"createUpdaterArtifacts": true,
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
],
"category": "DeveloperTool",
"publisher": "OpenBB, Inc.",
"copyright": "Copyright © 2026 OpenBB, Inc.",
"license": "AGPLv3",
"licenseFile": "./LICENSE"
},
"plugins": {
"updater": {
"endpoints": [
"https://github.com/OpenBB-finance/OpenBB/releases/download/ODP/latest.json"
],
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDEzNEQ2NzFCNjVENDhEMgpSV1RTU0YyMmNkWTBBY0IrOHRRWlVYVkZ3S1p4cmpER2RSYXZldjVEOWxFTnVueExBTXZTeUl3Ywo="
}
}
}