cuba-labs / java-electron-tutorial

How to build Java Desktop applications with Electron
268 stars 49 forks source link

Bundle up Electron App #5

Open realulim opened 6 years ago

realulim commented 6 years ago

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.

jreznot commented 5 years ago

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.