From 1011fef0cea56c0ffd2824c21b31a2bfaf76dda6 Mon Sep 17 00:00:00 2001 From: Alan Mason <1923621+2Shirt@users.noreply.github.com> Date: Wed, 22 Nov 2017 16:47:55 -0800 Subject: [PATCH] Missing update to update.py --- .bin/Scripts/functions/update.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bin/Scripts/functions/update.py b/.bin/Scripts/functions/update.py index 388611c6..e4be0921 100644 --- a/.bin/Scripts/functions/update.py +++ b/.bin/Scripts/functions/update.py @@ -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'])