Suppress compilation of py3_ files upon installation.
This commit is contained in:
parent
eba0004198
commit
775e10d9e6
|
@ -375,7 +375,7 @@ def add_ui(db):
|
|||
("VerdanaRed9", "Verdana", 9, 255, 0),
|
||||
])
|
||||
|
||||
compileargs = r'-Wi "[TARGETDIR]Lib\compileall.py" -f -x bad_coding|badsyntax|site-packages "[TARGETDIR]Lib"'
|
||||
compileargs = r'-Wi "[TARGETDIR]Lib\compileall.py" -f -x bad_coding|badsyntax|site-packages|py3_ "[TARGETDIR]Lib"'
|
||||
# See "CustomAction Table"
|
||||
add_data(db, "CustomAction", [
|
||||
# msidbCustomActionTypeFirstSequence + msidbCustomActionTypeTextData + msidbCustomActionTypeProperty
|
||||
|
|
Loading…
Reference in New Issue