Skip to content

Commit 557d151

Browse files
authored
Merge pull request #117 from mjcheetham/fix-bb
Ensure we ship the Bitbucket DLL on Windows
2 parents df61a1e + b864994 commit 557d151

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/windows/Installer.Windows/Setup.iss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ Filename: "{app}\git-credential-manager-core.exe"; Parameters: "configure"; Flag
7979
Filename: "{app}\git-credential-manager-core.exe"; Parameters: "unconfigure"; Flags: runhidden
8080

8181
[Files]
82+
Source: "{#PayloadDir}\Atlassian.Bitbucket.dll"; DestDir: "{app}"; Flags: ignoreversion
8283
Source: "{#PayloadDir}\git-credential-manager-core.exe"; DestDir: "{app}"; Flags: ignoreversion
8384
Source: "{#PayloadDir}\git-credential-manager-core.exe.config"; DestDir: "{app}"; Flags: ignoreversion
8485
Source: "{#PayloadDir}\git2-572e4d8.dll"; DestDir: "{app}"; Flags: ignoreversion

src/windows/Payload.Windows/Payload.Windows.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
<ItemGroup>
2323
<FilesToSign Include="
24+
$(OutDir)Atlassian.Bitbucket.dll;
2425
$(OutDir)git-credential-manager-core.exe;
2526
$(OutDir)GitHub.dll;
2627
$(OutDir)GitHub.UI.exe;

0 commit comments

Comments
 (0)