Skip to content

Commit 24fcdca

Browse files
committed
feat(release): improve binary build system with python shared library detection
1 parent 5ef0e14 commit 24fcdca

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

script/install.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ $PYTHON_BIN -m PyInstaller --onefile \
106106
--hidden-import openpyxl.workbook \
107107
--hidden-import openpyxl.worksheet \
108108
--hidden-import openpyxl.styles \
109+
--hidden-import backports \
110+
--hidden-import backports.tarfile \
111+
--collect-submodules backports \
109112
--exclude-module tkinter \
110113
--exclude-module _tkinter \
111114
--exclude-module test \

0 commit comments

Comments
 (0)