check for update on launch, prep for operation balls

This commit is contained in:
child_duckling 2022-02-25 22:54:50 -08:00
parent 798a38613d
commit 23dafc4036
3 changed files with 13 additions and 8 deletions

View file

@ -64,7 +64,7 @@ const store = new Vuex.Store({
}
}
})
ipcRenderer.send('check-for-update')
const app = new Vue({
el: "#app",
store: store,