@namastexlabs/speak
Version:
Open source voice dictation for everyone
54 lines • 1.01 kB
JSON
{
"appId": "com.speak.dictation",
"productName": "Speak",
"directories": {
"output": "dist-build"
},
"files": [
"src/**/*",
"package.json",
"docs/**/*",
"!src/**/*.ts",
"!src/**/*.map"
],
"mac": {
"category": "public.app-category.productivity",
"target": [
{
"target": "dmg",
"arch": ["x64", "arm64"]
}
]
},
"win": {
"target": [
{
"target": "nsis",
"arch": ["x64", "ia32"]
}
]
},
"linux": {
"target": [
{
"target": "AppImage",
"arch": ["x64"]
},
{
"target": "deb",
"arch": ["x64"]
}
],
"category": "Utility"
},
"nsis": {
"oneClick": false,
"perMachine": false,
"allowToChangeInstallationDirectory": true,
"installerIcon": "assets/icon.ico",
"uninstallerIcon": "assets/icon.ico",
"installerHeaderIcon": "assets/icon.ico",
"createDesktopShortcut": true,
"createStartMenuShortcut": true
}
}