Adding icons and making it executable #67
Unanswered
rafinskipg
asked this question in
Q&A
Replies: 1 comment 10 replies
|
I think it is possible to add an icon to an executable on Windows - https://stackoverflow.com/questions/673203/add-icon-to-existing-exe-file-from-the-command-line but I don't think it's possible on macOS or Linux. Do you know of any existing executables that have such custom icons?
Could you describe your application a bit? From what I can tell, if you want to create an application that doesn't need to be executed from the console, it's probably a desktop app you're thinking about, in which case, you might be interested in building an app using electron (or some other tool for building desktop apps). |
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello.
We are interested in the new SEA feature from node, but we want/need our apps to have some icon and be able to be executed with a user without the need of using the console.
Does anyone have any guidance on how we can achieve that? Any kind of idea / suggestion is appreciated, thanks
All reactions