Skip to content

platform_arch

Jeremy Baker edited this page Apr 19, 2018 · 3 revisions

Description

The platform_arch key allows you to specify the Windows platform architecture. Choices are: x86, x64, or any. Do not specify for Mac packages

Example Usage:

<key>platform_arch</key>
<string>x64</string>

Required: False

Clone this wiki locally