mirror of
https://github.com/xgui4/LCE-Qt-Launcher.git
synced 2026-07-18 02:30:44 +00:00
better windows build system hook , and added appimage workflow to nightly
This commit is contained in:
@@ -4,4 +4,4 @@ import subprocess
|
||||
if os.name == "posix":
|
||||
_ = subprocess.run("./scripts/packages.sh", check=True)
|
||||
if os.name == "nt":
|
||||
_ = subprocess.run("scripts\\packages.cmd", check=True, shell=True)
|
||||
_ = subprocess.run(["powershell", "-ExecutionPolicy", "Bypass", "-File", "\"scripts\\packages.ps1\""], check=True, shell=True)
|
||||
|
||||
Reference in New Issue
Block a user