Skip to content

Commit

Permalink
feat: 🎸 support javascriptCore for macOS Sonoma (#54)
Browse files Browse the repository at this point in the history
Co-authored-by: WhimsFate <[email protected]>
  • Loading branch information
WhimsFate and WhimsFate authored Nov 10, 2023
1 parent c580878 commit 44a1990
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/engines/javascriptcore.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ async function getMacBuilder() {
return 706;
case 'monterey':
return 368;
case 'sonoma':
return 938;
default:
throw new Error(`Unknown macOS release: ${macName()}`);
}
Expand Down

0 comments on commit 44a1990

Please sign in to comment.