1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-13 01:36:27 +00:00

Added one Windows DLL

This commit is contained in:
Paweł Jastrzębski
2015-01-11 16:17:04 +01:00
parent 98bf28a713
commit c6b1417d9c

View File

@@ -66,6 +66,7 @@ elif platform == "win32":
'other\\7za.exe',
'other\\UnRAR.exe',
'other\\Additional-LICENSE.txt',
'C:\Python34' + suffix + '\Lib\site-packages\PyQt5\libGLESv2.dll',
'C:\Python34' + suffix + '\Lib\site-packages\PyQt5\libEGL.dll'])]
extra_options = dict(
options={'py2exe': {"bundle_files": 1,