Skip to content

Commit

Permalink
0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alicanerdurmaz committed Feb 3, 2020
1 parent e938b09 commit 85c8c33
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tunnelgo",
"version": "0.0.5",
"version": "0.1.0",
"license": "MIT",
"description": "Offline, File share and instant messaging app",
"repository": {
Expand Down
6 changes: 0 additions & 6 deletions public/electron.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,19 +108,13 @@ autoUpdater.on('update-available', info => {
buttonIndex => {
if (buttonIndex === 1) {
autoUpdater.downloadUpdate();
} else {
}
}
);
});

autoUpdater.on('update-downloaded', info => {
autoUpdater.quitAndInstall();
dialog.showMessageBox({
type: 'info',
title: 'Update Downloaded',
message: 'Update has been downloaded and will be automatically installed on exit'
});
});

let commanderExe;
Expand Down

0 comments on commit 85c8c33

Please sign in to comment.