fixed application not closing
This commit is contained in:
parent
bce2b04d3e
commit
b6af1549a3
@ -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()
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user