mirror of
https://github.com/zoffline/zwift-offline.git
synced 2026-01-20 00:21:05 -08:00
Exclude vcruntime140.dll from pyinstaller upx compressing
Can corrupt it, preventing building, e.g.: https://github.com/pyinstaller/pyinstaller/issues/1565 https://github.com/pyinstaller/pyinstaller/issues/2659 https://github.com/zoffline/zwift-offline/pull/58
This commit is contained in:
@@ -29,5 +29,6 @@ exe = EXE(pyz,
|
||||
bootloader_ignore_signals=False,
|
||||
strip=False,
|
||||
upx=True,
|
||||
upx_exclude="vcruntime140.dll",
|
||||
runtime_tmpdir=None,
|
||||
console=True )
|
||||
|
||||
Reference in New Issue
Block a user