some backend changes

This commit is contained in:
booploops 2021-12-24 01:48:08 -08:00 committed by BrandonPlank
parent 47a19dae94
commit 82301cde95
4 changed files with 20 additions and 9 deletions

View file

@ -22,7 +22,7 @@ function CreateWindow() {
/** CIDER **/
const ciderwin = require("./src/main/cider-base")
app.win = ciderwin
app.win.CreateBrowserWindow()
app.win.Start()
/** CIDER **/
}