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

@@ -1,7 +1,9 @@
{
"extends": "./.eslintrc-platform.json",
"parserOptions": {
"ecmaVersion": 2017
},
"rules": {
"global-require": 1,
"indent": [2, 2, {"SwitchCase": 0}],
"no-console": 0,
"no-eval": 1,