Skip to content

Commit 44a1990

Browse files
authored
feat: 🎸 support javascriptCore for macOS Sonoma (#54)
Co-authored-by: WhimsFate <whimsfate@hotmail.com>
1 parent c580878 commit 44a1990

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/engines/javascriptcore.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ async function getMacBuilder() {
3838
return 706;
3939
case 'monterey':
4040
return 368;
41+
case 'sonoma':
42+
return 938;
4143
default:
4244
throw new Error(`Unknown macOS release: ${macName()}`);
4345
}

0 commit comments

Comments
 (0)