Skip to content

Commit 2d97ec5

Browse files
committed
Removed Log Files for Installer
1 parent b23a60c commit 2d97ec5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,8 @@ cat > "dist/Contents/MacOS/launcher.sh" <<EOF
5454
DIR="\$(cd "\$(dirname "\$0")" && pwd)"
5555
RUNTIME_DIR="\$DIR/../runtime"
5656
SOURCE_DIR="\$DIR/../src"
57-
LOG_FILE="\$DIR/../../../log.txt"
5857

59-
\$RUNTIME_DIR/bin/python3 "\$SOURCE_DIR/main.py" > \$LOG_FILE 2>&1
58+
\$RUNTIME_DIR/bin/python3 "\$SOURCE_DIR/main.py"
6059
EOF
6160

6261
mv dist GSInstaller.app

0 commit comments

Comments
 (0)