Skip to content

Commit d01f3c9

Browse files
committed
Remove Log Files from app
1 parent 28e7d26 commit d01f3c9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/utils/updater.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,7 @@ def build_mac(self: Self):
152152
"""DIR="$(cd "$(dirname "$0")" && pwd)\"""",
153153
"""RUNTIME_DIR="$DIR/../runtime\"""",
154154
"""SOURCE_DIR="$DIR/../src\"""",
155-
"""LOG_FILE="$DIR/../../../log.txt\"""",
156-
"""$RUNTIME_DIR/bin/python3 "$SOURCE_DIR/main.py" > $LOG_FILE 2>&1""",
155+
"""$RUNTIME_DIR/bin/python3 "$SOURCE_DIR/main.py\"""",
157156
]
158157

159158
write(

0 commit comments

Comments
 (0)