Skip to content

Commit 9f2aa88

Browse files
committed
v0.5
1 parent f6ee417 commit 9f2aa88

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ package and creates a new archive.
99

1010
## Drivers tested:
1111

12+
* \>= v440.97: use v0.5
1213
* \>= v411.63: use v0.3
1314
* \>= v397.93: use v0.2
1415
* v388 - v391: use v0.1
@@ -29,6 +30,8 @@ Note that the resulting drivers have been tested on GTX 1060, GTX 1070 and MX 15
2930
slim-nvidia-drivers.bat NVIDIA_DRIVER_FILE.exe
3031
```
3132

33+
Or just drag and drop the `NVIDIA_DRIVER_FILE.exe` on the bat file.
34+
3235
This will create two 7z archives, minimal and slim:
3336

3437
* "minimal" includes only the driver

slim-nvidia-drivers.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ setlocal
1313

1414
set "FOLDERS_TO_KEEP_MINIMAL=Display.Driver NVI2"
1515
set "FOLDERS_TO_KEEP_SLIM=Display.Driver HDAudio NVI2 PhysX PPC"
16-
set "FILES_TO_KEEP_MINIMAL=EULA.txt license.txt ListDevices.txt setup.cfg setup.exe"
16+
set "FILES_TO_KEEP_MINIMAL=EULA.txt ListDevices.txt setup.cfg setup.exe"
1717
set "FILES_TO_KEEP_SLIM=%FILES_TO_KEEP_MINIMAL%"
1818

1919
set "BATCH_FILENAME=%~nx0"
2020
set "ARG1=%~1"
2121
set "FULL_PATH=%ARG1%"
2222
set "FILENAME=%~n1"
2323
set "WORK_FOLDER=%FILENAME%"
24-
set "SCRIPT_VERSION=0.4"
24+
set "SCRIPT_VERSION=0.5"
2525

2626
title %BATCH_FILENAME% %FILENAME%
2727

0 commit comments

Comments
 (0)