From ddd4db60c4f1dc082085c6cb721a240125a4e0ba Mon Sep 17 00:00:00 2001 From: Roy Qu Date: Sat, 11 May 2024 15:42:59 +0800 Subject: [PATCH] fix: window installer script --- platform/windows/installer-scripts/redpanda.nsi | 2 -- 1 file changed, 2 deletions(-) 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"