Skip to content

Commit

Permalink
remove _internal folder on uninstall on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
myTonino committed Nov 25, 2023
1 parent 6044c17 commit f484923
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/setup-install3-pi.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,9 @@ Section Uninstall
RMDir /r "$INSTDIR\PyQt6"
RMDir /r "$INSTDIR\scipy"
RMDir /r "$INSTDIR\setuptools-63.2.0.dist-info"
RMDir /r "$INSTDIR\yaml"
RMDir /r "$INSTDIR\yaml"

RMDir /r "$INSTDIR\_internal"

RMDir "$SMPROGRAMS\${PRODUCT_NAME}"
RMDir "$INSTDIR"
Expand Down

0 comments on commit f484923

Please sign in to comment.