Skip to content

Commit

Permalink
Restore missing win32service.pyd to Windows build
Browse files Browse the repository at this point in the history
BleachBit 1.12 had this file, and it was removed later. WilliamBE reported
cleaning System - Update Installers froze his system, and this probably
explains it. That process calls win32serviceutil.QueryServiceStatus(), but
only if there are any uninstaller files, so users without uninstaller
files would not notice the problem.

Bug report:
https://www.bleachbit.org/forum/stop-working-system-bb-menu-option
  • Loading branch information
az0 committed Jan 4, 2017
1 parent 6de7a7f commit f27d6af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion windows/setup_py2exe.py
Expand Up @@ -261,7 +261,6 @@ def delete_unnecessary():
r'share\xml',
r'win32evtlog.pyd',
r'win32pipe.pyd',
r'win32service.pyd',
r'win32wnet.pyd',
]
for path in delete_paths:
Expand Down

0 comments on commit f27d6af

Please sign in to comment.