49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/tauri-apps/tauri/dev/tooling/cli/schema.json",
|
|
"productName": "DeafBlind Video Assistant",
|
|
"version": "1.0.0",
|
|
"identifier": "com.deafblind-video-assistant.app",
|
|
"app": {
|
|
"security": {
|
|
"csp": null,
|
|
"capabilities": ["default"]
|
|
},
|
|
"windows": [
|
|
{
|
|
"fullscreen": false,
|
|
"resizable": true,
|
|
"title": "DeafBlind Video Assistant",
|
|
"width": 800,
|
|
"height": 600,
|
|
"visible": true,
|
|
"label": "main"
|
|
}
|
|
]
|
|
},
|
|
"build": {
|
|
"frontendDist": "../dist",
|
|
"devUrl": "http://localhost:1420",
|
|
"beforeDevCommand": "pnpm dev",
|
|
"beforeBuildCommand": "pnpm build"
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"targets": ["dmg", "app"],
|
|
"macOS": {
|
|
"frameworks": [],
|
|
"minimumSystemVersion": "10.13",
|
|
"signingIdentity": "Developer ID Application: Chris Haulmark (RJHWWWSF6Q)",
|
|
"providerShortName": "RJHWWWSF6Q"
|
|
},
|
|
"icon": [
|
|
"icons/32x32.png",
|
|
"icons/128x128.png",
|
|
"icons/128x128@2x.png",
|
|
"icons/icon.icns",
|
|
"icons/icon.ico"
|
|
],
|
|
"externalBin": [
|
|
"binaries/gemini-query"
|
|
]
|
|
}
|
|
}
|