Skip to content

Commit a9062fd

Browse files
authored
fix for the qucik fix
1 parent 567a6d9 commit a9062fd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

installer.nsi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Var /GLOBAL switch_overwrite
1717
!define PRODUCT_NAME "Extravi's ReShade-Preset"
1818
!define PRODUCT_DESCRIPTION "ReShade presets made by Extravi."
1919
!define COPYRIGHT "Copyright © 2022 sitiom, Extravi"
20-
!define VERSION "4.3.0"
20+
!define VERSION "4.3.1"
2121

2222
VIProductVersion "${VERSION}.0"
2323
VIAddVersionKey "ProductName" "${PRODUCT_NAME}"
@@ -191,9 +191,9 @@ Section "ReShade (required)"
191191
nsisunz::Unzip "config.zip" "$robloxPath"
192192
Delete "config.zip"
193193

194-
NSCurl::http GET "https://github.com/Extravi/extravi.github.io/raw/main/update/config.zip" "config.zip" /END
195-
nsisunz::Unzip "config.zip" "$robloxPath\reshade-shaders\Shaders"
196-
Delete "config.zip"
194+
NSCurl::http GET "https://github.com/Extravi/extravi.github.io/raw/main/update/dxgi.zip" "dxgi.zip" /END
195+
nsisunz::Unzip "dxgi.zip" "$robloxPath\reshade-shaders\Shaders"
196+
Delete "dxgi.zip"
197197
Delete "dxgi.dll"
198198

199199
SetOutPath $robloxPath

0 commit comments

Comments
 (0)