We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38f003d commit 6f28501Copy full SHA for 6f28501
nsis/installer.nsi
@@ -117,6 +117,7 @@ Section "Uninstall"
117
; The following is adapted to a PyInstaller 6.0 "onedir mode" distribution
118
Delete "$INSTDIR\${PRODNAME}.exe"
119
RMDir /r $INSTDIR\_internal
120
+ RMDir $INSTDIR\plugins
121
RMDir $INSTDIR
122
; **********************************************************************************
123
SectionEnd
0 commit comments