Fix icon packaging on Windows. (#42)

* Fix icon packaging on Windows.

* Add icon variants.
This commit is contained in:
Darío
2026-01-04 15:56:22 -03:00
committed by GitHub
parent dcb96a5b14
commit e4beb508d1
13 changed files with 23 additions and 9 deletions
+1 -1
View File
@@ -151,7 +151,7 @@ ultramodern::renderer::WindowHandle create_window(ultramodern::gfx_callbacks_t::
window = SDL_CreateWindow("Banjo: Recompiled", SDL_WINDOWPOS_CENTERED, SDL_WINDOWPOS_CENTERED, 1600, 960, flags);
#if defined(__linux__)
SetImageAsIcon("icons/512.png",window);
SetImageAsIcon("icons/app.png", window);
#endif
if (window == nullptr) {