This commit is contained in:
Core 2021-12-28 21:05:25 +00:00
parent 22462e4d0e
commit e6c5c043c3
3 changed files with 9 additions and 17 deletions

View file

@ -51,8 +51,8 @@ app.on('ready', () => {
console.info('[Cider] Running in development mode.')
require('vue-devtools').install()
}
const {Start} = require('./src/main/cider-base')
Start()
CiderBase.Start()
});
app.on('before-quit', () => {