asticode / go-astilectron-bundler

Bundle your Astilectron app with ease
MIT License
127 stars 67 forks source link

Disables the terminal display #91

Closed true-zero closed 3 years ago

true-zero commented 3 years ago

Possibly intentional behaviour by the bundler. But for command-line applications this behaviour is undesired. Is it possible to have the command line interface still be visible.

asticode commented 3 years ago

I guess you're mentionning the issue for Windows only. In that case you could use the show_windows_console option in your bundler.json.

Let me know if that fixes your problem.

true-zero commented 3 years ago

That fixed the issue, thank you.