From e1c533e9ded1f82ca7726fd3ecfb8c5c0be80c0f Mon Sep 17 00:00:00 2001 From: str4d <str4d@mail.i2p> Date: Mon, 8 Apr 2013 22:44:58 +0000 Subject: [PATCH] Fixed path to start.ico --- installer/c/i2pExe/I2P.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/c/i2pExe/I2P.rc b/installer/c/i2pExe/I2P.rc index 325d489431..6c0bfa839f 100644 --- a/installer/c/i2pExe/I2P.rc +++ b/installer/c/i2pExe/I2P.rc @@ -94,7 +94,7 @@ END // Icon with lowest ID value placed first to ensure application icon // remains consistent on all systems. -IDI_ICON1 ICON "start.ico" +IDI_ICON1 ICON "../../resources/start.ico" #endif // English (U.S.) resources ///////////////////////////////////////////////////////////////////////////// -- GitLab