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

Add Icon to exe #30

Open
KIZILANDO opened this issue Apr 27, 2024 · 1 comment
Open

Add Icon to exe #30

KIZILANDO opened this issue Apr 27, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@KIZILANDO
Copy link

Can you add something maybe in the json file if it's possible to put an icon in the exe ? This project is incredible but will be better with icons. Thanks !!

@matyalatte
Copy link
Owner

matyalatte commented Apr 28, 2024

Thanks for the proposal.
You mean the icon shown on the desktop? Maybe possible. (I'm not sure tho.)

I'll add an option exe_icon to edit the icon data when embedding json.

{
    "exe_icon": "./myicon.ico",
    "gui": {
        
    }
}

I'll look into it after working on #24.

(edit)
Related URLs about icon replacement.
https://stackoverflow.com/questions/67691200/programmatically-change-exes-icon-in-c
https://stackoverflow.com/questions/45727291/how-to-set-icon-for-c-application-window-and-icon-for-task-bar
https://github.com/fatrolls/IconChanger/blob/master/IconChanger.c

@matyalatte matyalatte added the enhancement New feature or request label Apr 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants