File structure update - all source files now in src directory, cider-ui renamed to renderer, main/backend-related files in main directory, base implementation of mpris and start of backend rework
This commit is contained in:
parent
29be5dd481
commit
7d3e513187
85 changed files with 114 additions and 10 deletions
6
index.js
6
index.js
|
@ -16,7 +16,7 @@ function CreateWindow() {
|
|||
});
|
||||
|
||||
/** CIDER **/
|
||||
const ciderwin = require("./resources/functions/cider-base")
|
||||
const ciderwin = require("./src/main/cider-base")
|
||||
app.win = ciderwin
|
||||
app.win.CreateBrowserWindow()
|
||||
/** CIDER **/
|
||||
|
@ -37,9 +37,7 @@ app.on('ready', () => {
|
|||
|
||||
app.on('before-quit', () => {
|
||||
app.isQuiting = true;
|
||||
console.warn('---------------------------------------------------------------------');
|
||||
console.warn(`${app.getName()} has closed.`);
|
||||
console.warn('---------------------------------------------------------------------');
|
||||
console.warn(`${app.getName()} exited.`);
|
||||
});
|
||||
|
||||
// Widevine Stuff
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue