deploy-ng: Fix cefpython3 on Windows

This commit is contained in:
Mitchell Stokes 2018-06-26 20:26:30 -07:00
parent a17751adcf
commit 7a0004172a

View File

@ -78,7 +78,7 @@ PACKAGE_DATA_DIRS = {
('cefpython3/libcef.so', '', {}),
('cefpython3/LICENSE.txt', '', {}),
('cefpython3/License', '', {}),
('cefpython3/subprocess', '', {'PKG_DATA_MAKE_EXECUTABLE'}),
('cefpython3/subprocess*', '', {'PKG_DATA_MAKE_EXECUTABLE'}),
('cefpython3/locals/*', 'locals', {}),
('cefpython3/Chromium Embedded Framework.framework/Resources', 'Chromium Embedded Framework.framework/Resources', {}),
],