Skip to content

Commit 86061a3

Browse files
authored
Update installer.nsi
1 parent d7f4d81 commit 86061a3

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

installer.nsi

Lines changed: 2 additions & 5 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 "3.1.0"
20+
!define VERSION "3.2.0"
2121

2222
VIProductVersion "${VERSION}.0"
2323
VIAddVersionKey "ProductName" "${PRODUCT_NAME}"
@@ -111,7 +111,7 @@ Section "ReShade (required)"
111111
WriteRegStr HKCU "Software\Microsoft\Windows\CurrentVersion\Uninstall\extravi-reshade-presets" "Publisher" "Extravi"
112112

113113
NSCurl::http GET "https://extravi.github.io/update/dxgi.zip" "dxgi.zip" /END
114-
nsisunz::Unzip "dxgi.zip" "$INSTDIR"
114+
nsisunz::Unzip "dxgi.zip" "$robloxPath"
115115
Delete "dxgi.zip"
116116

117117
NSCurl::http GET "https://github.com/BlueSkyDefender/AstrayFX/archive/refs/heads/master.zip" "AstrayFX-master.zip" /END
@@ -136,9 +136,6 @@ Section "ReShade (required)"
136136

137137
StrCpy $switch_overwrite 1 $INSTDIR
138138

139-
CopyFiles "$INSTDIR\dxgi.dll" "$robloxPath"
140-
Delete "$INSTDIR\dxgi.dll"
141-
142139
!insertmacro MoveFolder "$INSTDIR\AstrayFX-master\Shaders" "$robloxPath\reshade-shaders\Shaders\AstrayFX" "*"
143140
!insertmacro MoveFolder "$INSTDIR\AstrayFX-master\Textures" "$robloxPath\reshade-shaders\Textures" "*"
144141
RMDir /r "$INSTDIR\AstrayFX-master"

0 commit comments

Comments
 (0)