Skip to content

Commit a54e784

Browse files
authored
Update installer.nsi
1 parent 61486de commit a54e784

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

installer.nsi

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,6 @@ Section "ReShade (required)"
142142
nsisunz::Unzip "NiceGuy-Shaders-main.zip" "$INSTDIR"
143143
Delete "NiceGuy-Shaders-main.zip"
144144

145-
NSCurl::http GET "https://github.com/JakobPCoder/ReshadeMotionEstimation/archive/refs/heads/main.zip" "ReshadeMotionEstimation-main.zip" /END
146-
nsisunz::Unzip "ReshadeMotionEstimation-main.zip" "$INSTDIR"
147-
Delete "ReshadeMotionEstimation-main.zip"
148-
149145
StrCpy $switch_overwrite 1 $INSTDIR
150146

151147
RMDir /r "$robloxPath\reshade-presets"
@@ -187,9 +183,6 @@ Section "ReShade (required)"
187183
!insertmacro MoveFolder "$INSTDIR\NiceGuy-Shaders-main" "$robloxPath\reshade-shaders\Shaders" "*"
188184
RMDir /r "$INSTDIR\NiceGuy-Shaders-main"
189185

190-
!insertmacro MoveFolder "$INSTDIR\ReshadeMotionEstimation-main" "$robloxPath\reshade-shaders\Shaders" "*"
191-
RMDir /r "$INSTDIR\ReshadeMotionEstimation-main"
192-
193186
NSCurl::http GET "https://github.com/Extravi/extravi.github.io/raw/main/update/dxgi.zip" "dxgi.zip" /END
194187
nsisunz::Unzip "dxgi.zip" "$robloxPath"
195188
Delete "dxgi.zip"

0 commit comments

Comments
 (0)