How to hide this command-line window? #5208
Answered
by
Jacalz
zhanjunjie2019
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
Jacalz
Oct 18, 2024
Replies: 1 comment
-
That is a side effect of how Windows applications are built. If you build your app with |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
zhanjunjie2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That is a side effect of how Windows applications are built. If you build your app with
go build -ldflsgs="-H windowsgui"
, or use thefyne build
orfyne package
commands, you get rid of it.