1
0
mirror of synced 2024-11-28 01:20:51 +01:00

Change icon id for GLFW to load it

This commit is contained in:
WerWolv 2020-11-20 16:50:21 +01:00
parent 0d9175dc15
commit f3e2e35533
3 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ add_executable(ImHex
libs/ImGui/source/imgui_impl_opengl3.cpp
libs/ImGui/source/ImGuiFileBrowser.cpp
res.rc
resource.rc
)
if (WIN32)

1
res.rc
View File

@ -1 +0,0 @@
id ICON "icon.ico"

1
resource.rc Normal file
View File

@ -0,0 +1 @@
GLFW_ICON ICON icon.ico