mirror of
https://github.com/keylase/nvidia-patch
synced 2024-10-30 09:20:57 +00:00
ipfs: proper paths
This commit is contained in:
parent
f0edc61277
commit
e5908991b4
552
drivers.json
552
drivers.json
File diff suppressed because it is too large
Load Diff
@ -53,11 +53,11 @@ def parse_args():
|
|||||||
default=WinSeries.win10,
|
default=WinSeries.win10,
|
||||||
help="Windows series")
|
help="Windows series")
|
||||||
win_opts.add_argument("--patch32",
|
win_opts.add_argument("--patch32",
|
||||||
default="win/${winseries}_x64/"
|
default="${winseries}_x64/"
|
||||||
"${drvprefix}${version}/nvencodeapi.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="win/${winseries}_x64/"
|
default="${winseries}_x64/"
|
||||||
"${drvprefix}${version}/nvencodeapi64.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",
|
||||||
|
@ -56,4 +56,4 @@ DRIVER_DIR_PREFIX = {
|
|||||||
(Product.Quadro, ''): 'quadro_',
|
(Product.Quadro, ''): 'quadro_',
|
||||||
}
|
}
|
||||||
|
|
||||||
REPO_BASE = "https://raw.githubusercontent.com/keylase/nvidia-patch/master/"
|
REPO_BASE = "https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/"
|
||||||
|
Loading…
Reference in New Issue
Block a user