Adding icons and making it executable #67
Replies: 1 comment 9 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). |
Beta Was this translation helpful? Give feedback.
-
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
Beta Was this translation helpful? Give feedback.
All reactions