Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

Commit

Permalink
install docker-start.cmd to the program's directory
Browse files Browse the repository at this point in the history
This was meant to have been included as part of
commit c38f335
in pull-request #578. But was not due to an oversight.

Signed-off-by: Somo S <[email protected]>
  • Loading branch information
somombo authored and shin- committed Jul 23, 2018
1 parent 00c792e commit 428996e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions windows/Toolbox.iss
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ Name: "Git"; Description: "Git for Windows"; Types: full custom; Flags: disablen
Source: ".\docker-quickstart-terminal.ico"; DestDir: "{app}"; Flags: ignoreversion
Source: "{#dockerCli}"; DestDir: "{app}"; Flags: ignoreversion; Components: "Docker"
Source: ".\start.sh"; DestDir: "{app}"; Flags: ignoreversion; Components: "Docker"
Source: ".\docker-start.cmd"; DestDir: "{app}"; Flags: ignoreversion; Components: "Docker"
Source: "{#dockerMachineCli}"; DestDir: "{app}"; Flags: ignoreversion; Components: "DockerMachine"
Source: "{#dockerComposeCli}"; DestDir: "{app}"; Flags: ignoreversion; Components: "DockerCompose"
Source: "{#kitematic}\*"; DestDir: "{app}\kitematic"; Flags: ignoreversion recursesubdirs; Components: "Kitematic"
Expand Down

0 comments on commit 428996e

Please sign in to comment.