We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b8fb7f commit d947c54Copy full SHA for d947c54
1 file changed
{{ cookiecutter.format }}/installer/Distribution.xml
@@ -3,7 +3,7 @@
3
<title>{{ cookiecutter.formal_name }}</title>
4
<welcome file="welcome.html" mime-type="text/html" />
5
<license file="LICENSE" mime-type="text/plain" />
6
- <options customize="never" allow-external-scripts="no"/>
+ <options customize="never" allow-external-scripts="no" hostArchitectures="{% if cookiecutter.universal_build %}x86_64,arm64{% else %}{{ cookiecutter.host_arch }}{% endif %}" />
7
<domains enable_localSystem="true" />
8
<choices-outline>
9
<line choice="{{ cookiecutter.app_name }}"/>
0 commit comments