Skip to content
This repository was archived by the owner on Apr 29, 2024. It is now read-only.

Commit 134868e

Browse files
TetrabyteTetrabyte
authored andcommitted
Bug fixes
1 parent af1d289 commit 134868e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cache-monkey",
3-
"version": "1.0.0",
3+
"version": "1.0.2",
44
"description": "Ah thats hot.",
55
"author": "Jamie Pine",
66
"repository": {

src/main/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ autoUpdater.on("update-available", info => {
6666

6767
autoUpdater.on("update-downloaded", info => {
6868
app.updateDownloaded = true;
69+
autoUpdater.quitAndInstall();
6970
});
7071

7172
app.reloadApp = () => {

0 commit comments

Comments
 (0)