mirror of
https://github.com/OpenBB-finance/OpenBB.git
synced 2026-05-06 22:12:12 +08:00
* 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
34 lines
724 B
JSON
Vendored
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"
|
|
}
|
|
}
|
|
} |