Made the uninstaller delete uninstall.exe

This commit is contained in:
Micah Lee 2016-02-15 22:32:33 -08:00
parent d438e25b9b
commit ad51d9221f

View file

@ -212,6 +212,8 @@ FunctionEnd
Delete "$INSTDIR\unicodedata.pyd"
Delete "$INSTDIR\win32wnet.pyd"
Delete "$INSTDIR\uninstall.exe"
rmDir "$INSTDIR\html"
rmDir "$INSTDIR\images"
rmDir "$INSTDIR\locale"