fix: window installer script

This commit is contained in:
Roy Qu 2024-05-11 15:42:59 +08:00
parent bd0cb06b61
commit ddd4db60c4
1 changed files with 0 additions and 2 deletions

View File

@ -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"