1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-27 13:44:14 +01:00

.spec: change the default value of ups to false.

This commit is contained in:
Johan Andersson 2016-11-14 23:23:18 +01:00
parent b08d593556
commit 87f32b1a08

View File

@ -14,5 +14,5 @@ exe = EXE(pyz,
name='svtplay-dl',
debug=False,
strip=None,
upx=True,
upx=False,
console=True)