mirror of
https://github.com/fergalmoran/picard.git
synced 2025-12-26 19:29:01 +00:00
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:
@@ -36,8 +36,4 @@ Function FinalizePackage {
|
|||||||
CodeSignBinary (Join-Path $Path picard.exe)
|
CodeSignBinary (Join-Path $Path picard.exe)
|
||||||
CodeSignBinary (Join-Path $Path fpcalc.exe)
|
CodeSignBinary (Join-Path $Path fpcalc.exe)
|
||||||
CodeSignBinary (Join-Path $Path discid.dll)
|
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)
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user