Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit b5fe9b4

Browse files
committed
Include sky_snapshot in the binary artifacts
We'll need sky_snapshot to produce skyx files and eventually APKs.
1 parent 20e515e commit b5fe9b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sky/tools/big_red_button.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ def __init__(self, category, name):
5555
'linux-x64': [
5656
Artifact('shell', 'icudtl.dat'),
5757
Artifact('shell', 'sky_shell'),
58+
Artifact('shell', 'sky_snapshot'),
5859
Artifact('viewer', 'sky_viewer.mojo'),
5960
]
6061
}

0 commit comments

Comments
 (0)