Merge pull request #576 from Pallies/master

img for loading the portable .exe
This commit is contained in:
Maxime GRIS
2021-03-21 11:28:35 +01:00
committed by GitHub
2 changed files with 22 additions and 25 deletions

View File

@@ -21,20 +21,17 @@
], ],
"win": { "win": {
"icon": "dist/assets/icons", "icon": "dist/assets/icons",
"target": [ "target": ["portable"]
"portable" },
] "portable": {
"splashImage": "dist/assets/icons/electron.bmp"
}, },
"mac": { "mac": {
"icon": "dist/assets/icons", "icon": "dist/assets/icons",
"target": [ "target": ["dmg"]
"dmg"
]
}, },
"linux": { "linux": {
"icon": "dist/assets/icons", "icon": "dist/assets/icons",
"target": [ "target": ["AppImage"]
"AppImage"
]
} }
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 446 KiB