build: shrink mac Electron artifact where possible
This commit is contained in:
parent
76c90661e9
commit
84f3282bbd
11
package.json
11
package.json
@ -17,11 +17,22 @@
|
||||
"build": {
|
||||
"appId": "io.swissline.electrontraydemo",
|
||||
"productName": "electron_tray_demo",
|
||||
"compression": "maximum",
|
||||
"asar": true,
|
||||
"electronLanguages": [
|
||||
"en"
|
||||
],
|
||||
"files": [
|
||||
"src/**/*",
|
||||
"assets/**/*",
|
||||
"package.json"
|
||||
],
|
||||
"mac": {
|
||||
"target": [
|
||||
"zip"
|
||||
],
|
||||
"category": "public.app-category.utilities"
|
||||
},
|
||||
"linux": {
|
||||
"target": [
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user