img for loading the portable .exe
This commit is contained in:
@@ -3,38 +3,35 @@
|
||||
"directories": {
|
||||
"output": "release/"
|
||||
},
|
||||
"files": [
|
||||
"**/*",
|
||||
"!**/*.ts",
|
||||
"!*.code-workspace",
|
||||
"!LICENSE.md",
|
||||
"!package.json",
|
||||
"!package-lock.json",
|
||||
"!src/",
|
||||
"!e2e/",
|
||||
"!hooks/",
|
||||
"!angular.json",
|
||||
"!_config.yml",
|
||||
"!karma.conf.js",
|
||||
"!tsconfig.json",
|
||||
"!tslint.json"
|
||||
],
|
||||
"files": [
|
||||
"**/*",
|
||||
"!**/*.ts",
|
||||
"!*.code-workspace",
|
||||
"!LICENSE.md",
|
||||
"!package.json",
|
||||
"!package-lock.json",
|
||||
"!src/",
|
||||
"!e2e/",
|
||||
"!hooks/",
|
||||
"!angular.json",
|
||||
"!_config.yml",
|
||||
"!karma.conf.js",
|
||||
"!tsconfig.json",
|
||||
"!tslint.json"
|
||||
],
|
||||
"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"]
|
||||
}
|
||||
}
|
||||
|
||||
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