mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-10 10:03:17 +01:00
Updated FAQ (markdown)
parent
0b5b078561
commit
90c542951d
2
FAQ.md
2
FAQ.md
@ -18,7 +18,7 @@ Such build tags are an idiom you can find e.g. in `golang.org/x/exp/shiny/exampl
|
||||
|
||||
## My app built with Ebiten creates an unknown process `Console Window Host`. What is this?
|
||||
|
||||
This is because your app is still an console app, not a GUI app. Ebiten tries to close the console when necessary, but the app itself is still not recognized as a GUI app. You can suppress this by specifying ldflags when go-building like this:
|
||||
This is because your app is still a console app, not a GUI app. Ebiten tries to close the console when necessary, but the app itself is still not recognized as a GUI app. You can suppress this by specifying ldflags when go-building like this:
|
||||
|
||||
```
|
||||
go build -ldflags -H=windowsgui path/to/your/game
|
||||
|
Loading…
Reference in New Issue
Block a user