Skip to content

Commit

Permalink
feat: Added custom windows / mac installer graphics. (#3082)
Browse files Browse the repository at this point in the history
* Added custom windows installer graphics.

* Added custom mac installer graphics.

* Removed redundant build resource file paths.

Co-authored-by: Tony Anziano <tonyanziano@Tonys-MacBook-Pro.local>
  • Loading branch information
tonyanziano and Tony Anziano authored May 15, 2020
1 parent bbd8808 commit ee0006f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"version": "8.0.2"
},
"directories": {
"buildResources": "resources",
"output": "dist"
},
"asarUnpack": [
Expand Down Expand Up @@ -54,8 +55,10 @@
"packElevateHelper": true,
"unicode": true,
"runAfterFinish": true,
"installerIcon": "resources/composerIcon.ico",
"uninstallerIcon": "resources/composerIcon.ico",
"installerIcon": "composerIcon.ico",
"uninstallerIcon": "composerIcon.ico",
"installerHeader": "installerHeader.bmp",
"installerSidebar": "installerSidebar.bmp",
"createDesktopShortcut": true,
"createStartMenuShortcut": true,
"shortcutName": "Bot Framework Composer",
Expand Down Expand Up @@ -88,6 +91,7 @@
},
"dmg": {
"title": "Bot Framework Composer Installer",
"background": "resources/dmgBackground.png",
"contents": [
{
"x": 140,
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.

0 comments on commit ee0006f

Please sign in to comment.