[BUILD] Remove old signing process on windows. 69/20669/1
authoryongsung1.kim <yongsung1.kim@samsung.com>
Mon, 12 May 2014 02:22:37 +0000 (11:22 +0900)
committeryongsung1.kim <yongsung1.kim@samsung.com>
Mon, 12 May 2014 02:22:37 +0000 (11:22 +0900)
Change-Id: I05385f43cc3eb074a628987c9fd3be6349c9ab90
Signed-off-by: yongsung1.kim <yongsung1.kim@samsung.com>
os_stubs/windows/makeExe

index bb47947..6e9c16e 100755 (executable)
@@ -9,20 +9,4 @@ fi
 # build exe
 makensis $1
 
-# sign if defined
-if [ "$SIGNTOOL_PATH" != "" ]  && [ -f "$SIGNTOOL_PATH" ]
-then
-       if [ "$SIGNFILE_PATH" != "" ] && [ -f "$SIGNFILE_PATH" ]
-       then
-               if [ "$SIGNPASSWORD" != "" ]
-               then
-                       "$SIGNTOOL_PATH" "sign" "//f" "$SIGNFILE_PATH" "//p" "${SIGNPASSWORD}" "$SRCDIR/build/inst-manager.exe"
-               else
-                       echo "Skip signing... Signing password is not defined!"
-               fi
-       else
-               echo "Skip signing... Signing file does not exist!"
-       fi
-else
-       echo "Skip signing... Signing tool does not exist!"
-fi
+