Skip to content

Commit

Permalink
v0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Sep 20, 2018
1 parent 8ea485e commit f970d06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ package and creates a new archive.

## Drivers tested:

* \>= v411.63: use v0.3
* \>= v397.93: use v0.2
* v388 - v391: use v0.1

Expand Down
6 changes: 3 additions & 3 deletions slim-nvidia-drivers.bat
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rem --------------------------------------------------
setlocal

set "FOLDERS_TO_KEEP_MINIMAL=Display.Driver NVI2"
set "FOLDERS_TO_KEEP_SLIM=Display.Driver HDAudio NVI2 PhysX"
set "FOLDERS_TO_KEEP_SLIM=Display.Driver HDAudio NVI2 PhysX PPC"
set "FILES_TO_KEEP_MINIMAL=EULA.txt license.txt ListDevices.txt setup.cfg setup.exe"
set "FILES_TO_KEEP_SLIM=%FILES_TO_KEEP_MINIMAL%"

Expand All @@ -21,7 +21,7 @@ set "ARG1=%~1"
set "FULL_PATH=%ARG1%"
set "FILENAME=%~n1"
set "WORK_FOLDER=%FILENAME%"
set "SCRIPT_VERSION=0.2"
set "SCRIPT_VERSION=0.3"

title %BATCH_FILENAME% %FILENAME%

Expand Down Expand Up @@ -107,7 +107,7 @@ echo Usage: %BATCH_FILENAME% NVIDIA_DRIVER_FILE.exe
echo.
echo This will create two 7z archives, minimal and slim:
echo * "minimal" includes only the driver
echo * "slim" includes the driver, HDAudio and PhysX
echo * "slim" includes the driver, HDAudio, PhysX and USB-C HDMI Driver
echo --------------------------------------------------
goto exit

Expand Down

0 comments on commit f970d06

Please sign in to comment.