From cb4ab05e7bc2bd8895988e5ee1db19d09071b44a Mon Sep 17 00:00:00 2001 From: Ronan Jouchet Date: Sat, 29 Aug 2020 16:21:42 -0400 Subject: [PATCH] cli: document arm64 arch --- src/cli.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli.ts b/src/cli.ts index 2f4ba2a..bde2fcc 100755 --- a/src/cli.ts +++ b/src/cli.ts @@ -96,7 +96,7 @@ if (require.main === module) { }) .option('-n, --name ', 'app name') .option('-p, --platform ', "'mac', 'mas', 'linux' or 'windows'") - .option('-a, --arch ', "'ia32' or 'x64' or 'armv7l'") + .option('-a, --arch ', "'ia32' or 'x64' or 'arm' or 'arm64'") .option( '--app-version ', '(macOS, windows only) the version of the app. Maps to the `ProductVersion` metadata property on Windows, and `CFBundleShortVersionString` on macOS.',