You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@warrenbuckley Hi, warren. I am working on a project that needs to asscoiate certain file type to Electron app as you did here. Your post have helped me alot.
But I ran into a problem, can you help me?
How did you get the filepath when the electron app started due to double click on the file?
Using your method, I can see the process.argv,but nothing related to file path.
Issue
npm
run dist` to get electron-builder to build my NSI installerprocess.argv
with<script>document.write(process.argv)</script>
Version & Info
Version:
"electron-builder": "^20.23.1"
"electron-updater": "^3.0.3"
Target:
Windows - NSI
Package JSON with build config
The text was updated successfully, but these errors were encountered: