asticode / go-astilectron-bundler

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

How to show console #59

Closed Philiphil closed 5 years ago

Philiphil commented 5 years ago

Hi, I'd like to show console for debuging purpose, but can't find how to, can you help me ?

asticode commented 5 years ago

Sure, you have 2 ways:

Does that answer your question?

Philiphil commented 5 years ago

Thank's, but i'm not asking for devtools, but for a CLI

asticode commented 5 years ago

Which OS are you using ?

Philiphil commented 5 years ago

windows 10

asticode commented 5 years ago

Are you using the bundler ?

Philiphil commented 5 years ago

yes

asticode commented 5 years ago

I've added a show_windows_console option to the bundler. Set it to true in your bundler.json and should show the console when you run the .exe file.

Does that fix your problem ?

Philiphil commented 5 years ago

Yes, worked like a charm, thank's a lot