Skip to content

Commit 50009de

Browse files
authored
Updated icon and installer with new graphics. (#2077)
1 parent 23ca217 commit 50009de

File tree

7 files changed

+7
-5
lines changed

7 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818
- [client] Removed buble background on attachments [2067](https://github.com/microsoft/BotFramework-Emulator/pull/2067)
1919
- [client] Fixed an issue where the themes menu was empty on Windows & Linux in PR [2069](https://github.com/microsoft/BotFramework-Emulator/pull/2069)
2020
- [client] Fixed Web Chat suggestedActionBorder deprecation warning in PR [2070](https://github.com/microsoft/BotFramework-Emulator/pull/2070)
21-
2221
- [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)
22+
- [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)
2323

2424
## Removed
2525
- [client/main] Removed legacy payments code in PR [2058](https://github.com/microsoft/BotFramework-Emulator/pull/2058)

packages/app/main/package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -229,17 +229,19 @@
229229
"include": "./scripts/config/resources/nsis/installer.nsh",
230230
"perMachine": false,
231231
"allowElevation": true,
232+
"allowToChangeInstallationDirectory": true,
232233
"packElevateHelper": true,
233234
"unicode": true,
234235
"runAfterFinish": true,
236+
"installerHeader": "./scripts/config/resources/nsis/installerHeader.bmp",
235237
"installerIcon": "./scripts/config/resources/icon.ico",
238+
"installerSidebar": "./scripts/config/resources/nsis/installerSidebar.bmp",
236239
"uninstallerIcon": "./scripts/config/resources/icon.ico",
237-
"installerHeader": "./sripts/config/resources/nsis/installerHeader.bmp",
238-
"installerSidebar": "./sripts/config/resources/nsis/installerSidebar.bmp",
239-
"uninstallerSidebar": "./sripts/config/resources/nsis/installerSidebar.bmp",
240+
"uninstallerSidebar": "./scripts/config/resources/nsis/installerSidebar.bmp",
240241
"createDesktopShortcut": true,
241242
"createStartMenuShortcut": true,
242-
"shortcutName": "Bot Framework Emulator (V4)"
243+
"shortcutName": "Bot Framework Emulator (V4)",
244+
"oneClick": false
243245
},
244246
"mac": {
245247
"artifactName": "BotFramework-Emulator-${version}-mac.${ext}",
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)