mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2025-01-23 15:18:30 +00:00
cli: document arm64 arch
This commit is contained in:
parent
b1d0d6857f
commit
cb4ab05e7b
@ -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.',
|
||||
|
Loading…
x
Reference in New Issue
Block a user