Skip to content

Commit

Permalink
build: 1.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
whes1015 committed Sep 19, 2023
1 parent c4d542c commit d88c62a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -300,5 +300,5 @@ autoUpdater.on("update-downloaded", (info) => {
if (MainWindow) {
MainWindow.setProgressBar(0);
}
autoUpdater.quitAndInstall();
setTimeout(() => autoUpdater.quitAndInstall(), 10000);
});
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trem_lite",
"version": "1.10.2",
"version": "1.10.3",
"description": "Taiwan Real-time Earthquake Monitoring ( 臺灣即時地震監測 )",
"homepage": "https://exptech.com.tw/",
"main": "main.js",
Expand Down

0 comments on commit d88c62a

Please sign in to comment.