java-electron-tutorial
java-electron-tutorial copied to clipboard
Bundle up Electron App
I have followed the tutorial and gotten to the point where I can launch my application with "npx electron ." This is as far as the tutorial goes, but it would be nice to describe (or point to docs) how to bundle everything up into an executable that can be distributed to end users.
Take a look at the https://github.com/jreznot/electron-java-app repo. There is bundle
Gradle task that compiles parts all together into one single directory.