We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b23a60c commit 2d97ec5Copy full SHA for 2d97ec5
build
@@ -54,9 +54,8 @@ cat > "dist/Contents/MacOS/launcher.sh" <<EOF
54
DIR="\$(cd "\$(dirname "\$0")" && pwd)"
55
RUNTIME_DIR="\$DIR/../runtime"
56
SOURCE_DIR="\$DIR/../src"
57
-LOG_FILE="\$DIR/../../../log.txt"
58
59
-\$RUNTIME_DIR/bin/python3 "\$SOURCE_DIR/main.py" > \$LOG_FILE 2>&1
+\$RUNTIME_DIR/bin/python3 "\$SOURCE_DIR/main.py"
60
EOF
61
62
mv dist GSInstaller.app
0 commit comments