Missing update to update.py
This commit is contained in:
parent
e28492f32f
commit
1011fef0ce
1 changed files with 2 additions and 2 deletions
|
|
@ -454,7 +454,7 @@ def update_intel_ssd_toolbox():
|
|||
|
||||
# Download
|
||||
download_generic(
|
||||
r'{}\_Drivers'.format(global_vars['CBinDir']),
|
||||
r'{}\_Drivers\Intel SSD Toolbox'.format(global_vars['CBinDir']),
|
||||
'Intel SSD Toolbox.exe',
|
||||
SOURCE_URLS['Intel SSD Toolbox'])
|
||||
|
||||
|
|
@ -464,7 +464,7 @@ def update_samsung_magician():
|
|||
|
||||
# Download
|
||||
download_generic(
|
||||
r'{}\_Drivers'.format(global_vars['CBinDir']),
|
||||
r'{}\_Drivers\Samsung Magician'.format(global_vars['CBinDir']),
|
||||
'Samsung Magician.exe',
|
||||
SOURCE_URLS['Samsung Magician'])
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue