Fix ODT path
This commit is contained in:
parent
cb072366e0
commit
fd8358a899
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue