mirror of
https://github.com/keylase/nvidia-patch.git
synced 2025-08-19 21:03:12 -07:00
win: new driver version 442.19
This commit is contained in:
parent
d96342ad49
commit
9e77df42da
16 changed files with 119 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue