diff options
Diffstat (limited to '')
-rw-r--r-- | src/yuzu_cmd/yuzu.rc (renamed from src/yuzu_cmd/citra.rc) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/yuzu_cmd/citra.rc b/src/yuzu_cmd/yuzu.rc index c490ef302..7cb8a14e1 100644 --- a/src/yuzu_cmd/citra.rc +++ b/src/yuzu_cmd/yuzu.rc @@ -6,7 +6,7 @@ // Icon with lowest ID value placed first to ensure application icon // remains consistent on all systems. -CITRA_ICON ICON "../../dist/citra.ico" +CITRA_ICON ICON "../../dist/yuzu.ico" ///////////////////////////////////////////////////////////////////////////// @@ -14,4 +14,4 @@ CITRA_ICON ICON "../../dist/citra.ico" // RT_MANIFEST // -1 RT_MANIFEST "../../dist/citra.manifest" +1 RT_MANIFEST "../../dist/yuzu.manifest" |