From 87d9df89bb0bc9a536fd24ecadc2ac881fbe2972 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Mon, 25 May 2015 19:00:43 +0200 Subject: Assets: Move citra.ico from src/assets to dist. --- src/citra/citra.rc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src/citra') diff --git a/src/citra/citra.rc b/src/citra/citra.rc index 0165e93d..b0edb2e6 100644 --- a/src/citra/citra.rc +++ b/src/citra/citra.rc @@ -1,9 +1,9 @@ -///////////////////////////////////////////////////////////////////////////// -// -// Icon -// - -// Icon with lowest ID value placed first to ensure application icon -// remains consistent on all systems. -GLFW_ICON ICON "..\\assets\\citra.ico" - +///////////////////////////////////////////////////////////////////////////// +// +// Icon +// + +// Icon with lowest ID value placed first to ensure application icon +// remains consistent on all systems. +GLFW_ICON ICON "..\\..\\dist\\citra.ico" + -- cgit v1.2.3