2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-09-28 04:19:01 +00:00

cli: document arm64 arch

This commit is contained in:
Ronan Jouchet 2020-08-29 16:21:42 -04:00
parent b1d0d6857f
commit cb4ab05e7b

View File

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