diff --git a/wxPython/distrib/make_installer.py b/wxPython/distrib/make_installer.py index 2a948b7451..0532fd5bb0 100644 --- a/wxPython/distrib/make_installer.py +++ b/wxPython/distrib/make_installer.py @@ -195,6 +195,7 @@ Name: "{group}\Resource Editor"; Filename: "{code:GetPythonDir}\pythonw.ex [UninstallDelete] Type: files; Name: "{app}\wxPython\*.pyc"; Type: files; Name: "{app}\wxPython\*.pyo"; +Type: files; Name: "{app}\wxPython\*.pyd"; Type: files; Name: "{app}\wxPython\lib\*.pyc"; Type: files; Name: "{app}\wxPython\lib\*.pyo"; Type: files; Name: "{app}\wxPython\lib\editor\*.pyc";