fixed application not closing
This commit is contained in:
@ -32,7 +32,8 @@
|
|||||||
$loading = true
|
$loading = true
|
||||||
CheckUpdate(instance).then(() => {
|
CheckUpdate(instance).then(() => {
|
||||||
LaunchInstance(instance).then(() => {
|
LaunchInstance(instance).then(() => {
|
||||||
Quit()
|
$loading = false
|
||||||
|
window.runtime.Quit()
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user