Skip to content

Commit

Permalink
Suppressed auto updater until update server is ready (set up).
Browse files Browse the repository at this point in the history
  • Loading branch information
zCoCo committed Oct 9, 2022
1 parent ba62487 commit 12a2a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Apps/FrontendSoftware/src/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ async function renderWindow() {
await win.loadURL(`${URL_PREFIX}index.html`);
// If in production, check for Updates to the Github Releases Page:
if (!process.env.WEBPACK_DEV_SERVER_URL) {
autoUpdater.checkForUpdatesAndNotify();
// autoUpdater.checkForUpdatesAndNotify(); // Suppressed temporarily until updating server ready.
}

win.on('closed', () => {
Expand Down

0 comments on commit 12a2a72

Please sign in to comment.