asticode / go-astilectron-bundler

Bundle your Astilectron app with ease
MIT License
129 stars 68 forks source link

Document not clear #56

Closed soumyart closed 5 years ago

soumyart commented 5 years ago

Need clarification on following points:

  1. Is it mandatory to use go-astilectron-bootstrap for bundler to work?
  2. If I create a basic app using the guides from go-astielectron, how to use the bundler. I tried but the bundled exe is not opening. No errors to trace.
asticode commented 5 years ago
  1. It's not mandatory but it's highly recommended as I haven't tested thoroughly using the bundler without the bootstrap.
  2. What command are you using to execute the bundler? And where compared to you astilectron app?