mirror of
https://github.com/fergalmoran/picard.git
synced 2026-01-02 06:37:31 +00:00
PICARD-1703: Upgrade to PyInstaller 3.6
Allows us to remove some Windows specific workarounds, fixes a CVE related to the portable onefile install.
This commit is contained in:
@@ -37,12 +37,6 @@ Function FinalizePackage {
|
||||
CodeSignBinary (Join-Path $Path fpcalc.exe)
|
||||
CodeSignBinary (Join-Path $Path discid.dll)
|
||||
|
||||
# Workaround for https://github.com/pyinstaller/pyinstaller/issues/4429
|
||||
$OldTRanslationsPath = (Join-Path $Path PyQt5\translations)
|
||||
If (Test-Path $OldTRanslationsPath -PathType Container) {
|
||||
Move-Item -Path $OldTRanslationsPath -Destination (Join-Path $Path PyQt5\Qt)
|
||||
}
|
||||
|
||||
# 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