Fix CI smoke test compile scope and PE fixture size.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-09-13 17:24:46 +03:00
Unverified
parent 70937efca6
commit 7879ae681d
5 changed files with 3 additions and 7 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ for name, machine in [
("FromChat-Setup-9.9.9-windows-arm64.exe", 0xAA64),
]:
path = root / name
data = bytearray(0x40)
data = bytearray(0x80)
struct.pack_into("<I", data, 0x3C, 0x40)
struct.pack_into("<H", data, 0x44, machine)
path.write_bytes(data)