Skip to content

Commit

Permalink
Allow installation when Rosetta 2 isn't installed.
Browse files Browse the repository at this point in the history
If you didn't have Rosetta 2 installed, the Background Music installer
would tell you that it's required and prompt you to install it.
Background Music doesn't actually need Rosetta 2; macOS just assumes
that it does unless told otherwise.
  • Loading branch information
kyleneideck committed May 13, 2024
1 parent cb6f388 commit 48bdcd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/Distribution.xml.template
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<pkg-ref id="com.bearisdriving.BGM"/>

<options customize="never" require-scripts="false" />
<options customize="never" require-scripts="false" hostArchitectures="arm64,x86_64" />

<choices-outline>
<line choice="default">
Expand Down

0 comments on commit 48bdcd1

Please sign in to comment.