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:
parent
ae7e35bfee
commit
49a46f1a91
@ -63,7 +63,7 @@ ipcMain.on('checking-update', () => {
|
||||
|
||||
function main () {
|
||||
if (electronStartup) {
|
||||
install.handleSquirrelEvent(app)
|
||||
install(app)
|
||||
app.quit()
|
||||
return
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user