mirror of
https://github.com/keylase/nvidia-patch.git
synced 2025-08-06 18:44:01 +00:00
win: new driver version 442.19
This commit is contained in:
@@ -214,6 +214,8 @@ def patch_flow(installer_file, search, replacement, target, target_name, patch_n
|
||||
installer_name = os.path.basename(installer_file).lower()
|
||||
if 'winserv2008' in installer_name:
|
||||
os_prefix = 'ws2012_x64'
|
||||
elif 'winserv-2012' in installer_name:
|
||||
os_prefix = 'ws2012_x64'
|
||||
elif 'winserv-2016' in installer_name:
|
||||
os_prefix = 'ws2016_x64'
|
||||
elif 'win10' in installer_name:
|
||||
|
Reference in New Issue
Block a user