From 462622b27f496ff37d138ae9a5295d4458b7545c Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 6 Jul 2001 20:15:35 +0000 Subject: [PATCH] make sure all the files are removed when uninstalled git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10869 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/distrib/make_installer.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wxPython/distrib/make_installer.py b/wxPython/distrib/make_installer.py index c5933c47cc..c8750b4e80 100644 --- a/wxPython/distrib/make_installer.py +++ b/wxPython/distrib/make_installer.py @@ -150,6 +150,8 @@ Type: files; Name: "{app}\wxPython\lib\*.pyc"; Type: files; Name: "{app}\wxPython\lib\*.pyo"; Type: files; Name: "{app}\wxPython\lib\editor\*.pyc"; Type: files; Name: "{app}\wxPython\lib\editor\*.pyo"; +Type: files; Name: "{app}\wxPython\lib\mixins\*.pyc"; +Type: files; Name: "{app}\wxPython\lib\mixins\*.pyo"; Type: files; Name: "{app}\wxPython\demo\*.pyc"; Type: files; Name: "{app}\wxPython\demo\*.pyo"; Type: files; Name: "{app}\wxPython\demo\data\showTips"; -- 2.47.2