Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Chetan11-dev committed Nov 28, 2024
1 parent 5f20f5f commit ab6aa6f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 22 deletions.
25 changes: 5 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"@electron/notarize": "^2.3.2",
"electron-debug": "^3.2.0",
"electron-log": "^4.4.8",
"electron-updater": "^6.1.4",
"electron-updater": "^6.3.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.16.0"
Expand Down Expand Up @@ -271,4 +271,4 @@
],
"logLevel": "quiet"
}
}
}
2 changes: 2 additions & 0 deletions src/main/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ class AppUpdater {
constructor() {
log.transports.file.level = 'info';
autoUpdater.logger = log;
// autoUpdater.autoDownload = false
// autoUpdater.autoInstallOnAppQuit = true
autoUpdater.checkForUpdatesAndNotify();
}
}
Expand Down

0 comments on commit ab6aa6f

Please sign in to comment.