mirror of
https://github.com/keylase/nvidia-patch.git
synced 2024-08-30 18:32:50 +00:00
add_driver: update defaults
This commit is contained in:
parent
a2401e1fd0
commit
4ab491740e
@ -56,12 +56,12 @@ def parse_args():
|
|||||||
win_opts.add_argument("--patch32",
|
win_opts.add_argument("--patch32",
|
||||||
default="https://raw.githubusercontent.com/keylase/"
|
default="https://raw.githubusercontent.com/keylase/"
|
||||||
"nvidia-patch/master/win/${winseries}_x64/"
|
"nvidia-patch/master/win/${winseries}_x64/"
|
||||||
"${drvprefix}${version}/nvcuvid32.1337",
|
"${drvprefix}${version}/nvencodeapi.1337",
|
||||||
help="template for Windows 32bit patch URL")
|
help="template for Windows 32bit patch URL")
|
||||||
win_opts.add_argument("--patch64",
|
win_opts.add_argument("--patch64",
|
||||||
default="https://raw.githubusercontent.com/keylase/"
|
default="https://raw.githubusercontent.com/keylase/"
|
||||||
"nvidia-patch/master/win/${winseries}_x64/"
|
"nvidia-patch/master/win/${winseries}_x64/"
|
||||||
"${drvprefix}${version}/nvcuvid64.1337",
|
"${drvprefix}${version}/nvencodeapi64.1337",
|
||||||
help="template for Windows 64bit patch URL")
|
help="template for Windows 64bit patch URL")
|
||||||
win_opts.add_argument("--skip-patch-check",
|
win_opts.add_argument("--skip-patch-check",
|
||||||
action="store_true",
|
action="store_true",
|
||||||
|
Loading…
Reference in New Issue
Block a user