Skip to content

Commit b1143b8

Browse files
committed
installer: restore missing nvngx.dll for DLSSG-to-FSR3 mod
1 parent 20b121d commit b1143b8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
Invoke-WebRequest -Uri "https://github.com/optiscaler/dlssg-to-fsr3/releases/download/0.130/dlssg-to-fsr3-master.zip" -OutFile "dlssg.zip"
7676
Expand-Archive -Path "dlssg.zip" -DestinationPath "temp_dlssg" -Force
7777
Copy-Item -Path "temp_dlssg\*" -Destination "installer\assets\dlssg\" -Recurse -Force
78+
Copy-Item "installer\dependencies\nvngx.dll" -Destination "installer\assets\dlssg\nvngx.dll" -Force
7879
7980
# Fetch config/text files from Nukem9 source repo (not included in the mirror zip)
8081
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/Nukem9/dlssg-to-fsr3/master/resources/dlssg_to_fsr3.ini" -OutFile "installer\assets\dlssg\dlssg_to_fsr3.ini"

0 commit comments

Comments
 (0)