sorry for doing this.
This commit is contained in:
parent
5fc82a8bc7
commit
b3db294485
106 changed files with 86 additions and 259 deletions
7
resources/preload/cider-preload.js
Normal file
7
resources/preload/cider-preload.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
const electron = require('electron')
|
||||
|
||||
console.log('preload is in baby')
|
||||
|
||||
process.once('loaded', () => {
|
||||
global.ipcRenderer = electron.ipcRenderer;
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue