↧
Answer by Wang Liang for Electron: Crash after build exe
I Found SolutionInstead of running with a mouse double click at File Explorer, I used windows command prompt to run exe, and, from there, I can find error logs.So, I found: the some relative path is...
View ArticleElectron: Crash after build exe
I am tring merge wiki.js with electronand, I can make simple electron application as below codemain.jsconst { app, BrowserWindow } = require('electron');const path = require('path')var winGlobal;//...
View Article