mirror of
https://github.com/AltarikMC/Launcher
synced 2025-12-14 11:52:27 +00:00
Fix exception at install
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user