mirror of https://github.com/docker/docs.git
Fixed bug where post install directory with shortcuts would not launch a terminal with correct PATH
This commit is contained in:
parent
2dc267597f
commit
c0314d3dc2
|
|
@ -72,7 +72,7 @@ Name: "upgrade"; Description: "Upgrade Docker Toolbox only"
|
|||
Name: "custom"; Description: "Custom installation"; Flags: iscustom
|
||||
|
||||
[Run]
|
||||
Filename: "{win}\explorer.exe"; Parameters: "{userprograms}\Docker\"
|
||||
Filename: "{win}\explorer.exe"; Parameters: "{userprograms}\Docker\"; Flags: postinstall
|
||||
|
||||
[Tasks]
|
||||
Name: desktopicon; Description: "{cm:CreateDesktopIcon}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue