-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CLI installation check option. #1387
Conversation
@LJSTARbird @brianuuu @Kitzuku @NextinMono Please provide translations for the following two newly added strings. They appear on a basic message window not within the game itself.
|
|
|
|
|
7cce4df
to
61ae1fb
Compare
Translations have been added. |
95e8f31
to
80a6455
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A command line window doesn't get shown in release builds on Windows, acting as if the application just exited when it's actually validating in the background.
Should explicitly allocate the console with os::process:ShowConsole()
Closes #1357.
TODO