Skip to content

Commit

Permalink
Merge pull request #576 from Pallies/master
Browse files Browse the repository at this point in the history
img for loading the portable .exe
  • Loading branch information
maximegris authored Mar 21, 2021
2 parents 2dede45 + 5c18d64 commit 0f20fdd
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 25 deletions.
47 changes: 22 additions & 25 deletions electron-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
}
Binary file added src/assets/icons/electron.bmp
Binary file not shown.

0 comments on commit 0f20fdd

Please sign in to comment.