19 lines
509 B
JSON
19 lines
509 B
JSON
{
|
|
"appId": "com.lukasobermann.optolith",
|
|
"productName": "Optolith",
|
|
"directories": { "output": "dist" },
|
|
"files": ["app/**/*", "LICENSE"],
|
|
"npmRebuild": false,
|
|
"mac": {
|
|
"category": "public.app-category.role-playing-games",
|
|
"icon": "app/icon.icns",
|
|
"target": [
|
|
{ "target": "dmg", "arch": ["arm64", "x64"] },
|
|
{ "target": "zip", "arch": ["arm64", "x64"] }
|
|
],
|
|
"artifactName": "Optolith_${version}_${arch}.${ext}",
|
|
"identity": null
|
|
},
|
|
"dmg": { "sign": false }
|
|
}
|