Skip to content

Commit 42dff9b

Browse files
committed
[Fix] python-package creator: install *.bin and *.dat files
1 parent 2e9928d commit 42dff9b

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)