asticode / go-astilectron-bundler

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

using go-astilectron-bundler without go-astilectron-bootstrap possible? #82

Closed bogdanfinn closed 3 years ago

bogdanfinn commented 3 years ago

Sorry for that maybe dumb question, but is it actually possible to use the go-astilectron-bundler without go-astilectron-bootstrap? Only using go-astilectron?

asticode commented 3 years ago

You don't have to use the bootstrap however it's strongly recommended. Indeed if you only use go-astilectron you'll have to re-implement this part

bogdanfinn commented 3 years ago

@asticode Thank you very much for the quick answer.