Skip to content

Commit d21c2b5

Browse files
authored
Merge pull request cztomczak#236 from rentouch/py-setup
[Fix] python-package creator: install *.bin and *.dat files
2 parents 2e9928d + 42dff9b commit d21c2b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/linux/installer/setup.py.template

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ setup(
107107
'subprocess',
108108
'*.so',
109109
'*.pak',
110+
'*.bin',
111+
'*.dat',
110112
'debug.log',
111113
'examples/debug.log',
112114
'examples/wx/debug.log',

0 commit comments

Comments
 (0)