Skip to content

Commit 7c6d5fd

Browse files
committed
do not build as one file to decrease loading time
1 parent c371d2d commit 7c6d5fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import os
22

33
os.system(
4-
"pyinstaller app/Tuttle.py --noconsole --noconfirm --onefile --add-data 'tuttle_tests/data/TuttleDemo-TimeTracking.ics:.'"
4+
"pyinstaller app/Tuttle.py --noconsole --noconfirm --add-data 'tuttle_tests/data/TuttleDemo-TimeTracking.ics:.'"
55
)

0 commit comments

Comments
 (0)