From a54e78479d2749e8f2b78f15cbaf0755f70d61a5 Mon Sep 17 00:00:00 2001 From: Extravi <98912029+Extravi@users.noreply.github.com> Date: Sun, 17 Jul 2022 13:50:43 -0400 Subject: [PATCH] Update installer.nsi --- installer.nsi | 7 ------- 1 file changed, 7 deletions(-) diff --git a/installer.nsi b/installer.nsi index 654e720..c8135b1 100644 --- a/installer.nsi +++ b/installer.nsi @@ -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" @@ -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"