Skip to content

Commit

Permalink
SUKU ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
SukuWc committed Jul 5, 2024
1 parent 8eccf2d commit 1527478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/electron/src/updater.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function init() {
buildVariables.BUILD_ENV === "alpha" ||
buildVariables.BUILD_ENV === "production"
) {
setTimeout(() => autoUpdater.checkForUpdates(), 5000); //Give time for main window to initialize
setTimeout(() => autoUpdater.checkForUpdates(), 6000); //Give time for main window to initialize
} else {
console.log("Checking for updates is disabled...");
}
Expand Down

0 comments on commit 1527478

Please sign in to comment.