1 parent 20b121d commit b1143b8Copy full SHA for b1143b8
1 file changed
.github/workflows/build.yml
@@ -75,6 +75,7 @@ jobs:
75
Invoke-WebRequest -Uri "https://github.com/optiscaler/dlssg-to-fsr3/releases/download/0.130/dlssg-to-fsr3-master.zip" -OutFile "dlssg.zip"
76
Expand-Archive -Path "dlssg.zip" -DestinationPath "temp_dlssg" -Force
77
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
79
80
# Fetch config/text files from Nukem9 source repo (not included in the mirror zip)
81
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