Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated icon and installer with new graphics. 💄 #2077

Merged
merged 1 commit into from
Feb 11, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.