Change: some node integration on rend-proc #86

This commit is contained in:
Cutls
2019-06-15 02:30:29 +09:00
parent 070c40a958
commit eba54d0906
4 changed files with 20 additions and 21 deletions

View File

@@ -144,9 +144,10 @@ function system(mainWindow, dir, lang) {
about();
});
ipc.on('aboutData', (e, args) => {
e.sender.webContents.send('aboutDataRender', process);
});
function about() {
var ver = app.getVersion()
var window = new BrowserWindow({
webPreferences: {