mirror of
https://github.com/AltarikMC/Launcher
synced 2025-12-13 11:41:45 +00:00
Fix exception at install
This commit is contained in:
@@ -63,7 +63,7 @@ ipcMain.on('checking-update', () => {
|
||||
|
||||
function main () {
|
||||
if (electronStartup) {
|
||||
install.handleSquirrelEvent(app)
|
||||
install(app)
|
||||
app.quit()
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user