Skip to content

Commit

Permalink
Updated icon and installer with new graphics. (#2077)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyanziano committed Feb 11, 2020
1 parent 23ca217 commit 50009de
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [client] Removed buble background on attachments [2067](https://github.com/microsoft/BotFramework-Emulator/pull/2067)
- [client] Fixed an issue where the themes menu was empty on Windows & Linux in PR [2069](https://github.com/microsoft/BotFramework-Emulator/pull/2069)
- [client] Fixed Web Chat suggestedActionBorder deprecation warning in PR [2070](https://github.com/microsoft/BotFramework-Emulator/pull/2070)

- [client] Fixed an issue where pressing enter opens the Azure government website instead of connecting to the bot [2073](https://github.com/microsoft/BotFramework-Emulator/pull/2073)
- [build] Changed one-click installer to assisted installer with new graphics. Also updated application icon in PR [2077](https://github.com/microsoft/BotFramework-Emulator/pull/2077)

## Removed
- [client/main] Removed legacy payments code in PR [2058](https://github.com/microsoft/BotFramework-Emulator/pull/2058)
Expand Down
10 changes: 6 additions & 4 deletions packages/app/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,17 +229,19 @@
"include": "./scripts/config/resources/nsis/installer.nsh",
"perMachine": false,
"allowElevation": true,
"allowToChangeInstallationDirectory": true,
"packElevateHelper": true,
"unicode": true,
"runAfterFinish": true,
"installerHeader": "./scripts/config/resources/nsis/installerHeader.bmp",
"installerIcon": "./scripts/config/resources/icon.ico",
"installerSidebar": "./scripts/config/resources/nsis/installerSidebar.bmp",
"uninstallerIcon": "./scripts/config/resources/icon.ico",
"installerHeader": "./sripts/config/resources/nsis/installerHeader.bmp",
"installerSidebar": "./sripts/config/resources/nsis/installerSidebar.bmp",
"uninstallerSidebar": "./sripts/config/resources/nsis/installerSidebar.bmp",
"uninstallerSidebar": "./scripts/config/resources/nsis/installerSidebar.bmp",
"createDesktopShortcut": true,
"createStartMenuShortcut": true,
"shortcutName": "Bot Framework Emulator (V4)"
"shortcutName": "Bot Framework Emulator (V4)",
"oneClick": false
},
"mac": {
"artifactName": "BotFramework-Emulator-${version}-mac.${ext}",
Expand Down
Binary file modified packages/app/main/scripts/config/resources/emulator_dmg.icns
Binary file not shown.
Binary file not shown.
Binary file modified packages/app/main/scripts/config/resources/icon.ico
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 50009de

Please sign in to comment.