Fix Windows hardening check (x64)

Fix the x64 ones missed on commit f1efeb1eba

Change-Id: Iec432c81511c64145711052bb29f6484c6c1c5b1
Reviewed-on: https://code.wireshark.org/review/12020
Reviewed-by: Graham Bloice <graham.bloice@trihedral.com>
Tested-by: Graham Bloice <graham.bloice@trihedral.com>
This commit is contained in:
Graham Bloice 2015-11-21 22:41:57 +00:00
parent 94b9907d0f
commit a648921027
1 changed files with 9 additions and 0 deletions

View File

@ -116,6 +116,15 @@ $SoftBins = (
"libtasn1-6.dll",
"libtiff-5.dll",
"libxml2-2.dll",
# The x64 ones that are different
"comerr64.dll",
"gspawn-win64-helper-console.exe",
"gspawn-win64-helper.exe",
"k5sprt64.dll",
"krb5_64.dll",
"libgcc_s_seh-1.dll",
"libgpg-error6-0.dll",
"libpng16-16.dll",
# Unfortunately the nsis uninstaller is not hardened.
"uninstall.exe"
)