Skip to content

Commit

Permalink
GCM Core: don't strip signatures
Browse files Browse the repository at this point in the history
Stripping assembly signatures out of PE files without adjusting the header information leads to corrupted binaries. That causes issues with our effort to create an MSIX package.

Signed-off-by: Matthias Aßhauer <mha1993@live.de>
  • Loading branch information
rimrul committed Jul 27, 2021
1 parent 64c02df commit b3f9d6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mingw-w64-git-credential-manager-core/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ zip_url="${project_url}/releases/download/${_realtag}/gcmcore-win-x86-${_realver
src_zip_url="${project_url}/archive/${_realtag}.zip"
license=('MIT')
groups=('VCS')
options=('!strip')

source=("${zip_url}" "$src_zip_url")

Expand Down

0 comments on commit b3f9d6a

Please sign in to comment.