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 28e7d26 commit d01f3c9Copy full SHA for d01f3c9
src/utils/updater.py
@@ -152,8 +152,7 @@ def build_mac(self: Self):
152
"""DIR="$(cd "$(dirname "$0")" && pwd)\"""",
153
"""RUNTIME_DIR="$DIR/../runtime\"""",
154
"""SOURCE_DIR="$DIR/../src\"""",
155
- """LOG_FILE="$DIR/../../../log.txt\"""",
156
- """$RUNTIME_DIR/bin/python3 "$SOURCE_DIR/main.py" > $LOG_FILE 2>&1""",
+ """$RUNTIME_DIR/bin/python3 "$SOURCE_DIR/main.py\"""",
157
]
158
159
write(
0 commit comments