Skip to content

Commit 202995c

Browse files
committed
gitlab: ensure GitLab.dll is signed and packaged
Add GitLab.dll to the set of files that need to be signed for Mac and Windows builds, and ensure the binary is included in the Windows installer.
1 parent 61d0405 commit 202995c

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/osx/SignFiles.Mac/SignFiles.Mac.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
$(OutDir)\GitHub.dll;
2828
$(OutDir)\GitHub.UI.dll;
2929
$(OutDir)\GitHub.UI.Shared.dll;
30+
$(OutDir)\GitLab.dll;
3031
$(OutDir)\Microsoft.AzureRepos.dll;
3132
$(OutDir)\gcmcore.dll;">
3233
<Authenticode>Microsoft400</Authenticode>

src/windows/Installer.Windows/Setup.iss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ Source: "{#PayloadDir}\GitHub.dll"; DestDir:
112112
Source: "{#PayloadDir}\GitHub.UI.exe"; DestDir: "{app}"; Flags: ignoreversion
113113
Source: "{#PayloadDir}\GitHub.UI.exe.config"; DestDir: "{app}"; Flags: ignoreversion
114114
Source: "{#PayloadDir}\GitHub.UI.Shared.dll"; DestDir: "{app}"; Flags: ignoreversion
115+
Source: "{#PayloadDir}\GitLab.dll"; DestDir: "{app}"; Flags: ignoreversion
115116
Source: "{#PayloadDir}\Microsoft.AzureRepos.dll"; DestDir: "{app}"; Flags: ignoreversion
116117
Source: "{#PayloadDir}\gcmcore.dll"; DestDir: "{app}"; Flags: ignoreversion
117118
Source: "{#PayloadDir}\gcmcoreui.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
@@ -27,6 +27,7 @@
2727
$(OutDir)git-credential-manager-core.exe;
2828
$(OutDir)GitHub.dll;
2929
$(OutDir)GitHub.UI.exe;
30+
$(OutDir)GitLab.dll;
3031
$(OutDir)Microsoft.AzureRepos.dll;
3132
$(OutDir)gcmcore.dll;
3233
$(OutDir)gcmcoreui.dll;

0 commit comments

Comments
 (0)