4
0
mirror of https://github.com/AltarikMC/Launcher synced 2025-12-15 12:01:46 +00:00

Add update page (not done!)

This commit is contained in:
2022-08-19 22:09:26 +02:00
parent 6d10030944
commit 8e6b490c07
4 changed files with 129 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ function createWindow () {
frame: false
})
//Menu.setApplicationMenu(null)
win.loadFile('src/client/login.html').then(() => {
win.loadFile('src/client/checkingUpdate.html').then(() => {
require('./updater.js').configUpdater(app, autoUpdater, dialog, logger, showNotification)
})
win.on("close", () => {