On Friday, 29 May 2026 at 18:19:36 UTC, Kapendev wrote:
On Friday, 29 May 2026 at 17:49:02 UTC, Hipreme wrote:
These days, Adam implemented directly in OpenD support on
Windows for executable icons. And it looked really awesome, I
asked for the implementation so I got that also inside redub.
You can easily add that by specifying inside your recipe file:
```json
"icon": [
"logo256x256.png",
"logo16x16.png",
"logo32x32.png"
]
```
And that's it. All that you require to get sweet icons on your
executable like that:

Cool stuff!
Just a quick headsup that I ended up also adding AppImage support
to redub. Simply execute `redub build --bundle=linux` (When using
linux).
Added also a new configuration on recipe for that:
```json
"bundleConfiguration": {
"categories" [
"Game"
],
"terminal": false
}
```