Skip to content

Commit edef1f2

Browse files
committed
Update PyInstaller build
1 parent c068e54 commit edef1f2

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

build_with_pyinstaller.sh

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
#!/bin/bash
2+
pip install -e .
23
pyinstaller \
34
--console \
4-
--collect-data torch\
5-
--collect-data biotite\
6-
--collect-all biotite\
7-
--collect-data torch_geometric\
8-
--collect-all torch_geometric\
9-
--hidden-import torch_geometric\
5+
--collect-all pypef \
6+
--collect-data torch \
7+
--collect-data biotite \
8+
--collect-all biotite \
9+
--collect-data torch_geometric \
10+
--collect-all torch_geometric \
11+
--hidden-import torch_geometric \
12+
--noconfirm \
1013
gui/qt_window.py
1114
# --add-data=X/:X/. \

0 commit comments

Comments
 (0)