Files
OpenBB/desktop/src-tauri/tauri.macos.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

34 lines
724 B
JSON
Vendored

{
"build": {
"beforeBundleCommand": "sh src-tauri/scripts/fix_dylibs.sh"
},
"bundle": {
"targets": "all",
"resources": [
"open-data-platform-SBOM-cargo.cdx.xml",
"open-data-platform-SBOM-npm.cdx.xml"
],
"macOS": {
"frameworks": [
"frameworks/libcrypto.3.dylib",
"frameworks/libssl.3.dylib"
],
"dmg": {
"appPosition": {
"x": 180,
"y": 170
},
"applicationFolderPosition": {
"x": 480,
"y": 170
},
"windowSize": {
"height": 400,
"width": 660
}
},
"minimumSystemVersion": "10.15",
"entitlements": "./entitlements.plist"
}
}
}