From ac6b6141657f8d87a292bcf9aa429c44f0fdd9e1 Mon Sep 17 00:00:00 2001 From: Vladislav Yarmak Date: Tue, 28 May 2019 10:49:26 +0300 Subject: [PATCH] autopatch: change prefix for studio driver --- win/tools/autopatch/autopatch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win/tools/autopatch/autopatch.py b/win/tools/autopatch/autopatch.py index f5b1af6..77782a3 100755 --- a/win/tools/autopatch/autopatch.py +++ b/win/tools/autopatch/autopatch.py @@ -166,7 +166,7 @@ def main(): drv_prefix = { "100": "quadro_", "300": "", - "301": "crd_", + "301": "nsd_", } installer_basename = os.path.basename(args.installer_file) os_prefix = ('ws2012_x64' if 'winserv' in installer_basename.lower()