File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff 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
2222VIProductVersion " ${VERSION}.0"
2323VIAddVersionKey " 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"
You can’t perform that action at this time.
0 commit comments