Skip to content

Commit fb8ba9e

Browse files
Update build.yml
1 parent b0073de commit fb8ba9e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,15 @@ jobs:
6060
run: |
6161
pip install pyinstaller
6262
pyinstaller --noconfirm --log-level=WARN ^
63-
--onefile --nowindow ^
63+
--onedir ^
6464
--windowed ^
6565
--name="td_launcher_plus" ^
6666
--icon="td_launcher_plus.ico" ^
6767
--add-data="td_launcher_plus.ico;." ^
6868
--add-data="touchdesigner.png;." ^
69+
--hidden-import="PIL" ^
70+
--hidden-import="PIL.Image" ^
71+
--hidden-import="PIL.ImageOps" ^
6972
--add-binary="toeexpand/toeexpand.exe;toeexpand" ^
7073
--add-binary="test.toe;." ^
7174
--add-binary="toeexpand/iconv.dll;toeexpand" ^

0 commit comments

Comments
 (0)