fix: use correct gen_snapshot path on ios (#2695)

This commit is contained in:
Bryan Oltman
2024-12-17 11:18:07 -05:00
committed by GitHub
parent 2fd3c81ea4
commit 8f48430bb7
2 changed files with 2 additions and 2 deletions
@@ -128,7 +128,7 @@ class ShorebirdCachedArtifacts implements ShorebirdArtifacts {
'artifacts',
'engine',
'ios-release',
'gen_snapshot',
'gen_snapshot_arm64',
),
);
}
@@ -119,7 +119,7 @@ void main() {
'artifacts',
'engine',
'ios-release',
'gen_snapshot',
'gen_snapshot_arm64',
),
),
);