cli: document arm64 arch

This commit is contained in:
Ronan Jouchet 2020-08-29 16:21:42 -04:00
parent b1d0d6857f
commit cb4ab05e7b
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ if (require.main === module) {
})
.option('-n, --name <value>', 'app name')
.option('-p, --platform <value>', "'mac', 'mas', 'linux' or 'windows'")
.option('-a, --arch <value>', "'ia32' or 'x64' or 'armv7l'")
.option('-a, --arch <value>', "'ia32' or 'x64' or 'arm' or 'arm64'")
.option(
'--app-version <value>',
'(macOS, windows only) the version of the app. Maps to the `ProductVersion` metadata property on Windows, and `CFBundleShortVersionString` on macOS.',