fiz hatch build

This commit is contained in:
xgui4
2026-03-24 18:43:51 -04:00
parent 36d705772c
commit 6cc240797c

View File

@@ -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)