commit f3d83ccd8bb2dd0ad68a80ff0f94a69377b29114 parent 4c1b8cc90444c1952e56726c16a9510d714d5ef5 Author: MTRNord <mtrnord1@gmail.com> Date: Sun, 28 Aug 2016 19:11:44 +0200 Fixed Autoupdater Diffstat:
| M | app/main.js | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/main.js b/app/main.js @@ -23,7 +23,7 @@ function update () { } quitAndUpdate(); - } + }); } function createWindow () {