PICARD-2736: Fix Windows system wide libssl conflicting with bundled libssl

Removed an old workaround that no longer applies for current PyQt5
and/or PyInstaller. The OpenSSL DLLs should be kept in the main install
folder in order to be prioritized over system libs.
This commit is contained in:
Philipp Wolfer
2023-08-31 08:30:14 +02:00
parent ccea56c250
commit 203524c238

View File

@@ -36,8 +36,4 @@ Function FinalizePackage {
CodeSignBinary (Join-Path $Path picard.exe)
CodeSignBinary (Join-Path $Path fpcalc.exe)
CodeSignBinary (Join-Path $Path discid.dll)
# Delete unused files
Remove-Item -Path (Join-Path $Path libcrypto-1_1.dll)
Remove-Item -Path (Join-Path $Path libssl-1_1.dll)
}