mirror of
https://gitlab.com/openlp/packaging.git
synced 2024-12-22 13:02:50 +00:00
Removed workaround for another fixed PyInstaller issue.
This commit is contained in:
parent
621fde2f44
commit
39e5d9a741
@ -415,16 +415,6 @@ class WindowsBuilder(object):
|
||||
copy(os.path.join(self.mudraw_bin), os.path.join(self.dist_path, 'mudraw.exe'))
|
||||
else:
|
||||
self._print('... WARNING: mudraw.exe not found')
|
||||
self._print_verbose('Tempoary workaround for needed dlls not copied by pyinstaller')
|
||||
self._print_verbose('... pythoncom3X.dll')
|
||||
if os.path.isfile('C:\\Python33\\Lib\\site-packages\\pywin32_system32\\pythoncom33.dll'):
|
||||
copy('C:\\Python33\\Lib\\site-packages\\pywin32_system32\\pythoncom33.dll',
|
||||
os.path.join(self.dist_path, 'pythoncom33.dll'))
|
||||
elif os.path.isfile('C:\\Python34\\Lib\\site-packages\\pywin32_system32\\pythoncom34.dll'):
|
||||
copy('C:\\Python34\\Lib\\site-packages\\pywin32_system32\\pythoncom34.dll',
|
||||
os.path.join(self.dist_path, 'pythoncom34.dll'))
|
||||
else:
|
||||
self._print('... WARNING: pythoncom3X.dll not found')
|
||||
|
||||
def update_translations(self):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user