Skip to content

Commit

Permalink
Update installer.nsi
Browse files Browse the repository at this point in the history
  • Loading branch information
Extravi authored Jul 17, 2022
1 parent 61486de commit a54e784
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,6 @@ Section "ReShade (required)"
nsisunz::Unzip "NiceGuy-Shaders-main.zip" "$INSTDIR"
Delete "NiceGuy-Shaders-main.zip"

NSCurl::http GET "https://github.com/JakobPCoder/ReshadeMotionEstimation/archive/refs/heads/main.zip" "ReshadeMotionEstimation-main.zip" /END
nsisunz::Unzip "ReshadeMotionEstimation-main.zip" "$INSTDIR"
Delete "ReshadeMotionEstimation-main.zip"

StrCpy $switch_overwrite 1 $INSTDIR

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

!insertmacro MoveFolder "$INSTDIR\ReshadeMotionEstimation-main" "$robloxPath\reshade-shaders\Shaders" "*"
RMDir /r "$INSTDIR\ReshadeMotionEstimation-main"

NSCurl::http GET "https://github.com/Extravi/extravi.github.io/raw/main/update/dxgi.zip" "dxgi.zip" /END
nsisunz::Unzip "dxgi.zip" "$robloxPath"
Delete "dxgi.zip"
Expand Down

0 comments on commit a54e784

Please sign in to comment.