mirror of
https://github.com/xgui4/LCE-Qt-Launcher.git
synced 2026-07-16 03:50:39 +00:00
fiz hatch build
This commit is contained in:
@@ -8,5 +8,5 @@ class CustomBuildHook(BuildHookInterface):
|
||||
if os.name == "posix":
|
||||
subprocess.run("./build.sh", check=True)
|
||||
if os.name == "nt":
|
||||
subprocess.run("./build.bat", check=True, shell=True)
|
||||
subprocess.run("build.bat", check=True, shell=True)
|
||||
return super().initialize(version, build_data)
|
||||
Reference in New Issue
Block a user