Skip to content

Commit d947c54

Browse files
authored
Ensure that installer can work when Rosetta isn't available. (#76)
1 parent 1b8fb7f commit d947c54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

{{ cookiecutter.format }}/installer/Distribution.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<title>{{ cookiecutter.formal_name }}</title>
44
<welcome file="welcome.html" mime-type="text/html" />
55
<license file="LICENSE" mime-type="text/plain" />
6-
<options customize="never" allow-external-scripts="no"/>
6+
<options customize="never" allow-external-scripts="no" hostArchitectures="{% if cookiecutter.universal_build %}x86_64,arm64{% else %}{{ cookiecutter.host_arch }}{% endif %}" />
77
<domains enable_localSystem="true" />
88
<choices-outline>
99
<line choice="{{ cookiecutter.app_name }}"/>

0 commit comments

Comments
 (0)