Skip to content

Commit 371aa39

Browse files
committed
Launcher Code Updates, Configs Repos Updates
1 parent 0be0f0e commit 371aa39

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ RUNTIME_DIR="\$DIR/../runtime"
5656
SOURCE_DIR="\$DIR/../src"
5757

5858
export PYTHONPATH="\$RUNTIME_DIR"
59-
\$RUNTIME_DIR/bin/python3 "\$SOURCE_DIR/main.py"
59+
\$RUNTIME_DIR/bin/python3 "\$SOURCE_DIR/main.py" "\$@"
6060
EOF
6161

6262
mv dist GSInstaller.app

src/configs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ def generate_configs(datapath: str) -> dict[str, str]:
1010
"editor",
1111
"desktop-service",
1212
"runtimes",
13+
"console",
1314
])
1415
}
1516

0 commit comments

Comments
 (0)