-
-
Notifications
You must be signed in to change notification settings - Fork 21.4k
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
Fix Windows console wrapper and icon being swapped #80357
Conversation
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.
Please squash the commits. See pull request workflow.
Link back to the issue itself #80238 |
When squashing the commits, please also amend the commit message to match the usual format of Godot commits, e.g.:
|
f2a7f2a
to
c1c4b26
Compare
Please squash your commits into one |
Thanks! And congrats for your first merged Godot contribution 🎉 |
Cherry-picked for 4.1.2. |
Fixed the issue where when exporting on a windows system, the console wrapper icon and normal one would be swapped, this was fixed because the boolean value for if the icon was the console wrapper icon or not was backwards in the modify_template function
Bugsquad edit: