Fix ODT path

This commit is contained in:
2Shirt 2019-01-11 14:17:41 -07:00
parent cb072366e0
commit fd8358a899
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -630,7 +630,7 @@ def update_office():
download_to_temp('odt.exe', SOURCE_URLS['Office Deployment Tool']) download_to_temp('odt.exe', SOURCE_URLS['Office Deployment Tool'])
cmd = [ cmd = [
r'{}\odt.exe'.format(global_vars['TmpDir']), r'{}\odt.exe'.format(global_vars['TmpDir']),
r'/extract:{}\odt'.format(_out_path), r'/extract:{}'.format(_out_path),
'/quiet', '/quiet',
] ]
run_program(cmd) run_program(cmd)