mirror of
https://github.com/AltarikMC/Launcher
synced 2024-11-22 06:19:50 +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 () {
|
function main () {
|
||||||
if (electronStartup) {
|
if (electronStartup) {
|
||||||
install.handleSquirrelEvent(app)
|
install(app)
|
||||||
app.quit()
|
app.quit()
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user