Files
electron/docs/tutorial
Gordon MacPherson 9b4fef3c38 Fixed vscode debugging code
Fixes app.getPath("userData") pointing to the wrong folder. (electron in %appdata%)

The old debugger essentially runs:
.\node_modules\.bin\electron main.js

Which makes userData incorrect and various other things wrong related to app launch.

The new version correctly executes:
.\node_modules\.bin\electron .

Which means when you call app.getPath("userData") it will return the correct folder name, and not 'electron', which is what my app was doing even though the folder was named properly.
2017-05-20 14:56:26 +01:00
..
2017-03-22 16:13:24 -07:00
2017-03-20 12:52:46 -07:00
🎨
2017-05-01 16:00:25 -07:00
2017-05-08 13:36:28 -07:00