Fix Windows uninstaller not removing files correctly

Multiple async tasks were not performed completely when running uninstaller.
So rearranged tasks with sequential order.
i.e. take care startup registry, finally call electron-squirrel-startup.
This commit is contained in:
Yuya Ochiai
2017-07-11 00:19:28 +09:00
parent 9f826cad93
commit ab5e5590a4
4 changed files with 46 additions and 30 deletions

View File

@@ -31,6 +31,8 @@ Release date: TBD
#### Windows
- Fixed desktop notifications not working when the window has been minimized from inactive state.
[#522](https://github.com/mattermost/desktop/issues/522)
- Fixed the uninstaller not removing files correctly.
[#551](https://github.com/mattermost/desktop/issues/551)
#### Mac
- Fixed an issue where the text box didn't keep focus after uploading a file.