1
0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2025-05-01 14:00:23 +00:00

Unify Windows ICON resource name

This commit is contained in:
Jannik Vogel 2016-12-04 23:34:44 +01:00
parent 45d941d62e
commit d2c39bdb29
2 changed files with 2 additions and 2 deletions
src
citra
citra_qt

@ -5,5 +5,5 @@
// Icon with lowest ID value placed first to ensure application icon // Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems. // remains consistent on all systems.
GLFW_ICON ICON "../../dist/citra.ico" CITRA_ICON ICON "../../dist/citra.ico"

@ -5,5 +5,5 @@
// Icon with lowest ID value placed first to ensure application icon // Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems. // remains consistent on all systems.
IDI_ICON1 ICON "../../dist/citra.ico" CITRA_ICON ICON "../../dist/citra.ico"