There was an error while loading. Please reload this page.
1 parent e401c28 commit 28bda2aCopy full SHA for 28bda2a
1 file changed
make.py
@@ -42,7 +42,7 @@
42
env={**os.environ, "BUILD_SOURCEBRANCH": ref})
43
44
# Bundle current latest release
45
-run([LAYOUT / "py-manager.exe", "install", "-v", "-f", "--download", TEMP / "bundle", "default"])
+run([LAYOUT / "py-manager.exe", "install", "-v", "-f", "--download", TEMP / "bundle", "3-64", "3-arm64"])
46
(LAYOUT / "bundled").mkdir(parents=True, exist_ok=True)
47
(TEMP / "bundle" / "index.json").rename(LAYOUT / "bundled" / "fallback-index.json")
48
for f in (TEMP / "bundle").iterdir():
0 commit comments