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": {
|
"build": {
|
||||||
"appId": "io.swissline.electrontraydemo",
|
"appId": "io.swissline.electrontraydemo",
|
||||||
"productName": "electron_tray_demo",
|
"productName": "electron_tray_demo",
|
||||||
|
"compression": "maximum",
|
||||||
|
"asar": true,
|
||||||
|
"electronLanguages": [
|
||||||
|
"en"
|
||||||
|
],
|
||||||
"files": [
|
"files": [
|
||||||
"src/**/*",
|
"src/**/*",
|
||||||
"assets/**/*",
|
"assets/**/*",
|
||||||
"package.json"
|
"package.json"
|
||||||
],
|
],
|
||||||
|
"mac": {
|
||||||
|
"target": [
|
||||||
|
"zip"
|
||||||
|
],
|
||||||
|
"category": "public.app-category.utilities"
|
||||||
|
},
|
||||||
"linux": {
|
"linux": {
|
||||||
"target": [
|
"target": [
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user