Warning message in TranscriptionTask when API key is empty "Add API Key in Settings" button that opens settings modal Error message when trying to test empty API key No "Reset to Default" button for API key Improved copy functionality with inline success message Added fade-in animation for the success message
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": null
|
|
},
|
|
"icon": [
|
|
"icons/32x32.png",
|
|
"icons/128x128.png",
|
|
"icons/128x128@2x.png",
|
|
"icons/icon.icns",
|
|
"icons/icon.ico"
|
|
],
|
|
"externalBin": [
|
|
"binaries/gemini-query"
|
|
]
|
|
}
|
|
}
|