Reputation: 285
I am trying to export a Godot project in a CI/CD pipeline on GitHub Actions. Godot doesn't offer functionality for adding icons to the exported Windows .exe out of the box and uses rcedit instead. rcedit does not run natively on Linux. Installing Wine in GitHub Actions or Windows with WSL for an icon seems quite silly...
Is there a native Linux program that can set Windows .exe icons?
There are other questions on this topic like this one or this one, but they are old and don't have satisfactory answers. Perhaps nowadays something like this exists?
Upvotes: 3
Views: 56