solvox / electron-builder.yml
muthuk1's picture
🎤 SolVox: Voice-First Private AI Wallet for Solana — Powered by QVAC SDK
945e815 verified
appId: com.solvox.wallet
productName: SolVox
copyright: Copyright © 2026 SolVox Team
directories:
output: release
buildResources: build
files:
- dist/**/*
- package.json
mac:
category: public.app-category.finance
target:
- dmg
- zip
win:
target:
- nsis
- portable
linux:
category: Finance
target:
- AppImage
- deb
nsis:
oneClick: false
allowToChangeInstallationDirectory: true
extraResources:
- from: models
to: models
filter:
- "**/*"