diff --git a/platform/windows/installer-scripts/redpanda.nsi b/platform/windows/installer-scripts/redpanda.nsi index c9d72e58..6bc517e4 100644 --- a/platform/windows/installer-scripts/redpanda.nsi +++ b/platform/windows/installer-scripts/redpanda.nsi @@ -121,7 +121,6 @@ Section "$(SectionMainName)" SectionMain ; Write required files File "RedPandaIDE.exe" File "ConsolePauser.exe" - File "redpanda-win-git-askpass.exe" File "astyle.exe" File "LICENSE" File "NEWS.md" @@ -448,7 +447,6 @@ Section "Uninstall" Delete "$INSTDIR\NEWS.md" Delete "$INSTDIR\RedPandaIDE.exe" Delete "$INSTDIR\ConsolePauser.exe" - Delete "$INSTDIR\redpanda-win-git-askpass.exe" Delete "$INSTDIR\astyle.exe" Delete "$INSTDIR\LICENSE" Delete "$INSTDIR\README.md"