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

chore(windows): icon resources #327

Merged
merged 1 commit into from
Feb 2, 2025
Merged

Conversation

wolf31o2
Copy link
Member

@wolf31o2 wolf31o2 commented Feb 2, 2025

Adds icon resources. Icon was generated using the MacOS generated icon set.

# ImageMagick
convert icon_16x16.png icon_32x32.png icon_64x64.png icon_256x256.png -colors 256 icon.ico
go install github.com/akavel/rsrc@latest
rsrc -arch amd64 -ico icon.ico
rsrc -arch arm64 -ico icon.ico

Signed-off-by: Chris Gianelloni <wolf31o2@blinklabs.io>
@wolf31o2 wolf31o2 requested a review from a team as a code owner February 2, 2025 16:34
@wolf31o2 wolf31o2 merged commit 594620e into main Feb 2, 2025
8 checks passed
@wolf31o2 wolf31o2 deleted the chore/windows-icon-resources branch February 2, 2025 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants