mirror of
https://github.com/WowUp/WowUp.git
synced 2026-04-23 23:37:11 -04:00
remove alpha hardcode
This commit is contained in:
@@ -16,7 +16,6 @@ export function initializeAppUpdater(win: BrowserWindow) {
|
||||
autoUpdater.logger = log;
|
||||
autoUpdater.autoDownload = false;
|
||||
autoUpdater.allowPrerelease = true;
|
||||
autoUpdater.channel = "alpha";
|
||||
|
||||
autoUpdater.on("update-available", () => {
|
||||
log.info(APP_UPDATE_AVAILABLE);
|
||||
|
||||
Reference in New Issue
Block a user