mirror of
https://github.com/xgui4/LCE-Qt-Launcher.git
synced 2026-07-18 03:40:50 +00:00
some changes
This commit is contained in:
4
run.py
4
run.py
@@ -2,6 +2,6 @@ import os
|
||||
import subprocess
|
||||
|
||||
if os.name == "posix":
|
||||
subprocess.run("./scripts/run.sh", check=True)
|
||||
_ = subprocess.run("./scripts/run.sh", check=True)
|
||||
if os.name == "nt":
|
||||
subprocess.run("scripts/run.cmd", check=True, shell=True)
|
||||
_ = subprocess.run("scripts\\run.cmd", check=True, shell=True)
|
||||
Reference in New Issue
Block a user