From 719ea2f89cde07afe3cf440a9a8a47db6e9077e4 Mon Sep 17 00:00:00 2001 From: jaeyong lee Date: Mon, 25 Jul 2016 17:19:49 +0900 Subject: [PATCH] [HOXFIX] modify install script Change-Id: I4b0a210a31e320484cb80aec9cbcbdb6a70a2956 --- package/dynamic-analyzer-product.install.windows | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/dynamic-analyzer-product.install.windows b/package/dynamic-analyzer-product.install.windows index 9a9c77d..0c16546 100644 --- a/package/dynamic-analyzer-product.install.windows +++ b/package/dynamic-analyzer-product.install.windows @@ -5,9 +5,10 @@ set icon_file=tizen-sdk-dynamicanalyzer.ico set program_path=%INSTALLED_PATH%\tools\dynamic-analyzer set execute_path=%program_path%\%execute_file% set icon_path=%program_path%\resources\icons +set subdir1=true echo Setting shortcut... -wscript.exe "%MAKESHORTCUT_PATH%" /shortcut:"%shortcut_name%" /target:"%execute_path%" /icon:"%icon_path%\%icon_file%" +wscript.exe "%MAKESHORTCUT_PATH%" /shortcut:"%shortcut_name%" /target:"%execute_path%" /icon:"%icon_path%\%icon_file%" /subdir1:"%subdir1%" echo Make shortcut success. -- 2.7.4