Skip to content

Commit

Permalink
Merge pull request #102 from dayflower/improve-installer-for-m1-mac
Browse files Browse the repository at this point in the history
Apple Silicon Mac でのインストール時の Rosetta 2 要求を抑制する
  • Loading branch information
banjun authored Dec 19, 2020
2 parents cf0693f + 8011718 commit 57cca4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/mac/pkg/distribution.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<allowed-os-versions>
<os-version min="10.9.4" />
</allowed-os-versions>
<options customize="never" require-scripts="false"/>
<options customize="never" require-scripts="false" hostArchitectures="x86_64,arm64"/>
<choices-outline>
<line choice="default">
<line choice="org.codefirst.aquaskk.pkg"/>
Expand Down

0 comments on commit 57cca4b

Please sign in to comment.