mirror of
https://github.com/kyleneideck/BackgroundMusic
synced 2025-02-16 12:18:26 +00:00
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:
parent
cb6f38821e
commit
48bdcd1a64
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue