Skip to content
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

Merged
merged 1 commit into from Aug 9, 2023

Conversation

OXTyler
Copy link
Contributor

@OXTyler OXTyler commented Aug 7, 2023

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:

@OXTyler OXTyler requested a review from a team as a code owner August 7, 2023 02:26
@bruvzg bruvzg added this to the 4.2 milestone Aug 7, 2023
Copy link
Member

@bruvzg bruvzg left a 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.

@sepTN
Copy link
Contributor

sepTN commented Aug 7, 2023

Link back to the issue itself #80238

@akien-mga akien-mga changed the title fixing issue #80238, console wrapper and icon are swapped Fix Windows console wrapper and icon being swapped Aug 7, 2023
@akien-mga
Copy link
Member

When squashing the commits, please also amend the commit message to match the usual format of Godot commits, e.g.:

Fix Windows console wrapper and icon being swapped

Fixes #80238.

@akien-mga akien-mga added the cherrypick:4.1 Considered for cherry-picking into a future 4.1.x release label Aug 7, 2023
@OXTyler OXTyler force-pushed the master branch 2 times, most recently from f2a7f2a to c1c4b26 Compare August 7, 2023 14:22
@AThousandShips
Copy link
Member

Please squash your commits into one

@akien-mga akien-mga merged commit 08e5dea into godotengine:master Aug 9, 2023
15 checks passed
@akien-mga
Copy link
Member

Thanks! And congrats for your first merged Godot contribution 🎉

@YuriSizov YuriSizov removed the cherrypick:4.1 Considered for cherry-picking into a future 4.1.x release label Sep 21, 2023
@YuriSizov
Copy link
Contributor

Cherry-picked for 4.1.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"Icon" and "Console Wrapper Icon" are swapped when a wrapper icon is specified (Windows)
6 participants