Posts by rafalimaz • 1 point
1 post
-
0
votes2
answers191
viewsA: problems with __dirname in Electron js
Try to use the solution you have in that Soen publication using Preload.js and window: This way you can call the method below inside the files window.ipcRenderer.send(channel, args...) . Just make…