mirror of
https://github.com/kremalicious/blowfish.git
synced 2024-10-31 23:55:17 +01:00
17 lines
426 B
JSON
17 lines
426 B
JSON
|
{
|
||
|
"appId": "com.kremalicious.blowfish",
|
||
|
"directories": { "buildResources": "./src/resources" },
|
||
|
"files": ["app", "package.json"],
|
||
|
"mac": {
|
||
|
"category": "public.app-category.finance",
|
||
|
"identity": null,
|
||
|
"darkModeSupport": true
|
||
|
},
|
||
|
"linux": {
|
||
|
"target": ["deb", "snap", "AppImage"],
|
||
|
"category": "Office",
|
||
|
"executableName": "Blowfish",
|
||
|
"artifactName": "${productName}-${version}.${ext}"
|
||
|
}
|
||
|
}
|