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 c371d2d commit 7c6d5fdCopy full SHA for 7c6d5fd
scripts/build_app.py
@@ -1,5 +1,5 @@
1
import os
2
3
os.system(
4
- "pyinstaller app/Tuttle.py --noconsole --noconfirm --onefile --add-data 'tuttle_tests/data/TuttleDemo-TimeTracking.ics:.'"
+ "pyinstaller app/Tuttle.py --noconsole --noconfirm --add-data 'tuttle_tests/data/TuttleDemo-TimeTracking.ics:.'"
5
)
0 commit comments