Skip to content

Commit 6f28501

Browse files
committed
NSIS installer: removing 'plugins' folder if empty
1 parent 38f003d commit 6f28501

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nsis/installer.nsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ Section "Uninstall"
117117
; The following is adapted to a PyInstaller 6.0 "onedir mode" distribution
118118
Delete "$INSTDIR\${PRODNAME}.exe"
119119
RMDir /r $INSTDIR\_internal
120+
RMDir $INSTDIR\plugins
120121
RMDir $INSTDIR
121122
; **********************************************************************************
122123
SectionEnd

0 commit comments

Comments
 (0)