[HOXFIX] modify install script
authorjaeyong lee <jae-yong.lee@samsung.com>
Mon, 25 Jul 2016 08:19:49 +0000 (17:19 +0900)
committerMaria Guseva <m.guseva@samsung.com>
Mon, 25 Jul 2016 08:59:57 +0000 (11:59 +0300)
Change-Id: I4b0a210a31e320484cb80aec9cbcbdb6a70a2956
Signed-off-by: Maria Guseva <m.guseva@samsung.com>
package/dynamic-analyzer-product.install.windows

index 9a9c77d..0c16546 100644 (file)
@@ -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.