img for loading the portable .exe

This commit is contained in:
Pallies
2021-02-11 20:55:29 +01:00
parent 7778d97ae0
commit 5c18d64935
2 changed files with 22 additions and 25 deletions

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 446 KiB