Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
N
nvidia-patch
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
nvidia-patch
Commits
4ab49174
Commit
4ab49174
authored
Nov 26, 2019
by
Vladislav Yarmak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add_driver: update defaults
parent
a2401e1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tools/readme-autogen/add_driver.py
tools/readme-autogen/add_driver.py
+2
-2
No files found.
tools/readme-autogen/add_driver.py
View file @
4ab49174
...
@@ -56,12 +56,12 @@ def parse_args():
...
@@ -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}/nv
cuvid32
.1337"
,
"${drvprefix}${version}/nv
encodeapi
.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}/nv
cuvid
64.1337"
,
"${drvprefix}${version}/nv
encodeapi
64.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"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment