diff options
Diffstat (limited to '')
| -rw-r--r-- | src/citra/citra.rc | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/citra/citra.rc b/src/citra/citra.rc index 0165e93da..b0edb2e6b 100644 --- a/src/citra/citra.rc +++ b/src/citra/citra.rc | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | ///////////////////////////////////////////////////////////////////////////// | 1 | ///////////////////////////////////////////////////////////////////////////// |
| 2 | // | 2 | // |
| 3 | // Icon | 3 | // Icon |
| 4 | // | 4 | // |
| 5 | 5 | ||
| 6 | // Icon with lowest ID value placed first to ensure application icon | 6 | // Icon with lowest ID value placed first to ensure application icon |
| 7 | // remains consistent on all systems. | 7 | // remains consistent on all systems. |
| 8 | GLFW_ICON ICON "..\\assets\\citra.ico" | 8 | GLFW_ICON ICON "..\\..\\dist\\citra.ico" |
| 9 | 9 | ||