[Title] remove launcher.exe on package
authorTaeyoung Son <taeyoung2.son@samsung.com>
Fri, 28 Jun 2013 05:55:30 +0000 (14:55 +0900)
committerTaeyoung Son <taeyoung2.son@samsung.com>
Fri, 28 Jun 2013 06:13:15 +0000 (15:13 +0900)
[Desc.]
[Issue]

Change-Id: I18f5db42b45b80c2abd66debe727ac01235b3c58

package/build.linux

index 71f5668..4586101 100644 (file)
@@ -291,15 +291,29 @@ packaging_plugins()
     fi
 
     cp -rf ${build_result_path}/${archive_platform_name}.${windowing}.${architecture}/${package_name}/* ${install_ide_path}/
+
+    #for linux
     if [ -e ${install_ide_path}/startup.sh ]
     then
         chmod +x ${install_ide_path}/startup.sh
     fi
 
+    if [ -e ${install_ide_path}/launcher ]
+    then
+        rm -rf ${install_ide_path}/launcher
+    fi
+
+    #for mac
     if [ -d ${install_ide_path}/Eclipse.app ]
     then
         rm -rf ${install_ide_path}/Eclipse.app
     fi
+
+    #for windows
+    if [ -e ${install_ide_path}/launcher.exe ]
+    then
+        rm -rf ${install_ide_path}/launcher.exe
+    fi
 }
 
 # clean