We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbef78f commit ac17fbeCopy full SHA for ac17fbe
src/setup-install3-pi.nsi
@@ -324,6 +324,7 @@ Section Uninstall
324
RMDir /r "$INSTDIR\certifi"
325
RMDir /r "$INSTDIR\charset_normalizer"
326
RMDir /r "$INSTDIR\contourpy"
327
+ RMDir /r "$INSTDIR\fontTools"
328
RMDir /r "$INSTDIR\gevent"
329
RMDir /r "$INSTDIR\google"
330
RMDir /r "$INSTDIR\greenlet"
@@ -357,6 +358,7 @@ Section Uninstall
357
358
RMDir /r "$INSTDIR\websockets"
359
RMDir /r "$INSTDIR\Wheels"
360
RMDir /r "$INSTDIR\win32com"
361
+ RMDir /r "$INSTDIR\win32"
362
RMDir /r "$INSTDIR\wx"
363
RMDir /r "$INSTDIR\yaml"
364
RMDir /r "$INSTDIR\yoctopuce"
0 commit comments