We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0073de commit fb8ba9eCopy full SHA for fb8ba9e
1 file changed
.github/workflows/build.yml
@@ -60,12 +60,15 @@ jobs:
60
run: |
61
pip install pyinstaller
62
pyinstaller --noconfirm --log-level=WARN ^
63
- --onefile --nowindow ^
+ --onedir ^
64
--windowed ^
65
--name="td_launcher_plus" ^
66
--icon="td_launcher_plus.ico" ^
67
--add-data="td_launcher_plus.ico;." ^
68
--add-data="touchdesigner.png;." ^
69
+ --hidden-import="PIL" ^
70
+ --hidden-import="PIL.Image" ^
71
+ --hidden-import="PIL.ImageOps" ^
72
--add-binary="toeexpand/toeexpand.exe;toeexpand" ^
73
--add-binary="test.toe;." ^
74
--add-binary="toeexpand/iconv.dll;toeexpand" ^
0 commit comments