Meta: Update scripts/build-all

This commit is contained in:
Alec Murphy
2025-09-09 07:55:42 -04:00
parent 4c5283ecef
commit 63b4f5201a

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/python3 -u
from pathlib import Path
import glob
import json
@@ -266,4 +266,4 @@ def build_all():
generate_slipstream_iso_file()
run()
build_all()
build_all()