From: jihye424.kim Date: Tue, 30 Jun 2015 05:37:07 +0000 (+0900) Subject: Bug fix: delete routine of using singtool temporarily X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c787bb23cd033cd48463dc5bfdc418da8030ca4b;p=sdk%2Femulator%2Femulator-manager.git Bug fix: delete routine of using singtool temporarily Change-Id: Ifb948c5c84ded4d21a43e97afe8f4e521fe02174 Signed-off-by: jihye424.kim --- diff --git a/package/build.windows b/package/build.windows index a45f25d..a3347e8 100755 --- a/package/build.windows +++ b/package/build.windows @@ -49,11 +49,11 @@ build() else echo "Generating emulator-manager.exe SUCCESS." # Add signing to emulator-manager.exe - java -jar $SIGNTOOL_JAR $SRCDIR/emulator-manager.exe $SRCDIR/emulator-manager.exe emulator-manager.exe - if [ ! -f "$SRCDIR/emulator-manager.exe" ]; then - echo "Codesigning fail" - exit 1 - fi + #java -jar $SIGNTOOL_JAR $SRCDIR/emulator-manager.exe $SRCDIR/emulator-manager.exe emulator-manager.exe + #if [ ! -f "$SRCDIR/emulator-manager.exe" ]; then + # echo "Codesigning fail" + # exit 1 + #fi #cd $SRCDIR #echo "signtool path: $SIGNTOOL"