java-electron-tutorial icon indicating copy to clipboard operation
java-electron-tutorial copied to clipboard

Bundle up Electron App

Open realulim opened this issue 6 years ago • 1 comments

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.

realulim avatar Nov 05 '18 23:11 realulim

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.

jreznot avatar Nov 06 '18 07:11 jreznot