Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
mac build less specific - too many files
Browse files Browse the repository at this point in the history
  • Loading branch information
goosewobbler committed Jan 11, 2022
1 parent bf9542b commit 8f5b524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ async function build(target) {
await runBuildCommands('--linux --arm64 -c.linux.target=AppImage');
break;
case mac:
await runBuildCommands('--mac --x64 --arm64');
await runBuildCommands('--mac');
break;
case macX64:
await runBuildCommands('--mac --x64');
Expand Down

0 comments on commit 8f5b524

Please sign in to comment.