Skip to content

Commit

Permalink
Fix Windows .msi build using newer xar
Browse files Browse the repository at this point in the history
The old version didn't compile anymore with OpenSSL 1.1

(cherry picked from commit 9485a66)
  • Loading branch information
akoeplinger committed Apr 1, 2020
1 parent e77cea1 commit 7bfb441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/Windows/defs/managed-components
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ download()
{
mkdir -p ${REPODIR}
report "Downloading Xar"
wget --quiet -O ${REPODIR}/xar.tar.gz https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/xar/xar-1.5.2.tar.gz || error "*** Could not download Xar ***"
wget --quiet -O ${REPODIR}/xar.tar.gz https://github.com/downloads/mackyle/xar/xar-1.6.1.tar.gz || error "*** Could not download Xar ***"
report "Downloading x64 hostfxr.dll"
wget --quiet -O ${REPODIR}/hostfxr-x64.zip https://www.nuget.org/api/v2/package/runtime.win-x64.Microsoft.NETCore.DotNetHostResolver/2.0.0 || error "*** Could not download 64bit hostfxr.dll ***"
report "Downloading x86 hostfxr.dll"
Expand Down

0 comments on commit 7bfb441

Please sign in to comment.