Allow installation when Rosetta 2 isn't installed.
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.
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user