Skip to content

Commit

Permalink
update windows uninstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
roasterdave committed Jun 20, 2023
1 parent cbef78f commit ac17fbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/setup-install3-pi.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ Section Uninstall
RMDir /r "$INSTDIR\certifi"
RMDir /r "$INSTDIR\charset_normalizer"
RMDir /r "$INSTDIR\contourpy"
RMDir /r "$INSTDIR\fontTools"
RMDir /r "$INSTDIR\gevent"
RMDir /r "$INSTDIR\google"
RMDir /r "$INSTDIR\greenlet"
Expand Down Expand Up @@ -357,6 +358,7 @@ Section Uninstall
RMDir /r "$INSTDIR\websockets"
RMDir /r "$INSTDIR\Wheels"
RMDir /r "$INSTDIR\win32com"
RMDir /r "$INSTDIR\win32"
RMDir /r "$INSTDIR\wx"
RMDir /r "$INSTDIR\yaml"
RMDir /r "$INSTDIR\yoctopuce"
Expand Down

0 comments on commit ac17fbe

Please sign in to comment.