img for loading the portable .exe
This commit is contained in:
@@ -3,38 +3,35 @@
|
|||||||
"directories": {
|
"directories": {
|
||||||
"output": "release/"
|
"output": "release/"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"**/*",
|
"**/*",
|
||||||
"!**/*.ts",
|
"!**/*.ts",
|
||||||
"!*.code-workspace",
|
"!*.code-workspace",
|
||||||
"!LICENSE.md",
|
"!LICENSE.md",
|
||||||
"!package.json",
|
"!package.json",
|
||||||
"!package-lock.json",
|
"!package-lock.json",
|
||||||
"!src/",
|
"!src/",
|
||||||
"!e2e/",
|
"!e2e/",
|
||||||
"!hooks/",
|
"!hooks/",
|
||||||
"!angular.json",
|
"!angular.json",
|
||||||
"!_config.yml",
|
"!_config.yml",
|
||||||
"!karma.conf.js",
|
"!karma.conf.js",
|
||||||
"!tsconfig.json",
|
"!tsconfig.json",
|
||||||
"!tslint.json"
|
"!tslint.json"
|
||||||
],
|
],
|
||||||
"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"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
BIN
src/assets/icons/electron.bmp
Normal file
BIN
src/assets/icons/electron.bmp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 446 KiB |
Reference in New Issue
Block a user