Drop more cbin usage

This commit is contained in:
2Shirt 2021-10-15 18:47:08 -06:00
parent dc9565185c
commit 17a644f05d
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C
2 changed files with 2 additions and 2 deletions

View file

@ -988,7 +988,7 @@ def fix_file_associations():
def install_emsisoft_cmd():
"""Install EmsisoftCmd."""
run_tool('EmsisoftCmd', 'EmsisoftCmd', '/S', cbin=True)
run_tool('EmsisoftCmd', 'EmsisoftCmd', '/S', download=True)
def install_mbam():

View file

@ -1019,7 +1019,7 @@ def open_xmplay():
def run_shutup_10():
"""Disable Windows telemetry using O&O ShutUp 10."""
run_tool('ShutUp10', 'OOSU10', '1201.cfg', '/quiet', cbin=True, cwd=True)
run_tool('ShutUp10', 'OOSU10', '1201.cfg', '/quiet', cwd=True)
if __name__ == '__main__':