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
4fb25f19
Commit
4fb25f19
authored
Jun 07, 2025
by
Jai Luthra
Committed by
Jai Luthra
Jun 07, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
win: support both types of hotfix urls
parent
dfca5e1f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
.github/workflows/gen_win_patches.yml
.github/workflows/gen_win_patches.yml
+3
-0
tools/readme-autogen/constants.py
tools/readme-autogen/constants.py
+2
-0
No files found.
.github/workflows/gen_win_patches.yml
View file @
4fb25f19
...
...
@@ -15,6 +15,7 @@ on:
-
DCH
-
Studio Driver
-
DCH (Hotfix)
-
DCH (Notebook Hotfix)
description
:
description
:
'
Commit
description'
required
:
false
...
...
@@ -81,6 +82,8 @@ jobs:
python autopatch.py https://international.download.nvidia.com/Windows/${{ env.VERSION }}/${{ env.VERSION }}-desktop-win10-win11-64bit-international-nsd-dch-whql.exe
elif [ "${{ env.VARIANT }}" == "DCH (Hotfix)" ]; then
python autopatch.py https://international.download.nvidia.com/Windows/${{ env.VERSION }}hf/${{ env.VERSION }}-desktop-win10-win11-64bit-international-dch-hf.exe
elif [ "${{ env.VARIANT }}" == "DCH (Notebook Hotfix)" ]; then
python autopatch.py https://international.download.nvidia.com/Windows/${{ env.VERSION }}hf/${{ env.VERSION }}-desktop-notebook-win10-win11-64bit-international-dch.hf.exe
fi
echo "autopatch.py executed successfully"
...
...
tools/readme-autogen/constants.py
View file @
4fb25f19
...
...
@@ -43,6 +43,7 @@ DRIVER_URL_TEMPLATE = {
(
OSKind
.
Windows
,
Product
.
GeForce
,
WinSeries
.
win10
,
'DCH'
):
[
"https://international.download.nvidia.com/Windows/$version/$version-desktop-win10-win11-64bit-international-dch-whql.exe"
,
"https://international.download.nvidia.com/tesla/$version/$version-data-center-tesla-desktop-win10-win11-64bit-dch-international.exe"
],
(
OSKind
.
Windows
,
Product
.
GeForce
,
WinSeries
.
win10
,
'DCH (Hotfix)'
):
"https://international.download.nvidia.com/Windows/${version}hf/$version-desktop-win10-win11-64bit-international-dch-hf.exe"
,
(
OSKind
.
Windows
,
Product
.
GeForce
,
WinSeries
.
win10
,
'DCH (Notebook Hotfix)'
):
"https://international.download.nvidia.com/Windows/${version}hf/$version-desktop-notebook-win10-win11-64bit-international-dch.hf.exe"
,
(
OSKind
.
Windows
,
Product
.
GeForce
,
WinSeries
.
win10
,
'Studio Driver'
):
"https://international.download.nvidia.com/Windows/$version/$version-desktop-win10-win11-64bit-international-nsd-dch-whql.exe"
,
(
OSKind
.
Windows
,
Product
.
GeForce
,
WinSeries
.
win10
,
'Vulkan Beta'
):
""
,
(
OSKind
.
Windows
,
Product
.
GeForce
,
WinSeries
.
ws2016
,
'DCH'
):
"https://international.download.nvidia.com/tesla/$version/$version-data-center-tesla-desktop-winserver-2016-2019-2022-dch-international.exe"
,
...
...
@@ -58,6 +59,7 @@ DRIVER_DIR_PREFIX = {
(
Product
.
GeForce
,
''
):
''
,
(
Product
.
GeForce
,
'DCH'
):
''
,
(
Product
.
GeForce
,
'DCH (Hotfix)'
):
''
,
(
Product
.
GeForce
,
'DCH (Notebook Hotfix)'
):
''
,
(
Product
.
GeForce
,
'Studio Driver'
):
'nsd_'
,
(
Product
.
GeForce
,
'Vulkan Beta'
):
''
,
(
Product
.
Quadro
,
''
):
'quadro_'
,
...
...
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