Update menu.dat

This commit is contained in:
OSPanel 2024-04-08 04:13:10 +03:00
parent 961e8c053c
commit a535a353eb

View file

@ -11,7 +11,7 @@ need_state = on
caption = {lang_open_in_console}
category = domains
command = wt.exe new-tab -p "Command Prompt" -d "{root_dir}" "%COMSPEC%" /k "osp reset init noprint & osp project {host_decoded}"
command = wt.exe new-tab -p "Command Prompt" -d "{root_dir}" "%COMSPEC%" /k "osp reset init noprint & osp project {host_decoded}{project_command}"
icon = terminal
need_use_win_terminal = on
@ -19,7 +19,7 @@ need_use_win_terminal = on
caption = {lang_open_in_console}
category = domains
command = "%COMSPEC%" /k "osp reset init noprint & osp project {host_decoded}"
command = "%COMSPEC%" /k "osp reset init noprint & osp project {host_decoded}{project_command}"
icon = terminal
need_use_win_terminal = off
@ -27,7 +27,7 @@ need_use_win_terminal = off
caption = {lang_launch_app}
category = domains
command = wt.exe new-tab -p "Command Prompt" -d "{root_dir}" "%COMSPEC%" /k "osp reset init noprint & osp project {host_decoded} start"
command = wt.exe new-tab -p "Command Prompt" -d "{root_dir}" "%COMSPEC%" /k "osp reset init noprint & osp project {host_decoded}{project_command}{project_start_command}"
icon = rocket
need_ps_command = on
need_use_win_terminal = on
@ -36,7 +36,7 @@ need_use_win_terminal = on
caption = {lang_launch_app}
category = domains
command = "%COMSPEC%" /k "osp reset init noprint & osp project {host_decoded} start"
command = "%COMSPEC%" /k "osp reset init noprint & osp project {host_decoded} {host_decoded}{project_command}{project_start_command}"
icon = rocket
need_ps_command = on
need_use_win_terminal = off