From 6c9d7d5682699f71126f1ae4031a0c7877296c84 Mon Sep 17 00:00:00 2001 From: "taeyoung2.son" Date: Sat, 3 Dec 2011 17:21:00 +0900 Subject: [PATCH] [Title] Modify launching icon naming --- packager/windows/install.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packager/windows/install.bat b/packager/windows/install.bat index 104c048..209f25a 100644 --- a/packager/windows/install.bat +++ b/packager/windows/install.bat @@ -1,7 +1,7 @@ @ECHO OFF set shortcut_name="TizenIDE" set execute_file=IDE.exe -set icon_file=IDE_icon.ico +set icon_file=tizen-sdk-ide.ico set font_file=EcoSansMonoBD_110929.ttf set program_path=%INSTALLED_PATH%\IDE set execute_path=%program_path%\%execute_file% -- 2.7.4