4
0
mirror of https://github.com/AltarikMC/Launcher synced 2024-11-21 06:09:51 +01:00

Fix exception at install

This commit is contained in:
Quentin Legot 2024-01-23 12:52:17 +01:00
parent ae7e35bfee
commit 49a46f1a91

View File

@ -63,7 +63,7 @@ ipcMain.on('checking-update', () => {
function main () {
if (electronStartup) {
install.handleSquirrelEvent(app)
install(app)
app.quit()
return
}