From 469cbd7332ba62b3bc2d9c736898a958d7449552 Mon Sep 17 00:00:00 2001 From: Erick Zhao Date: Wed, 13 Apr 2022 16:43:20 -0700 Subject: [PATCH] Update usage.txt --- usage.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usage.txt b/usage.txt index 337ed5ad..c0ff9459 100644 --- a/usage.txt +++ b/usage.txt @@ -23,7 +23,8 @@ all equivalent to --platform=all --arch=all app-copyright human-readable copyright line for the app app-version release version to set for the app arch all, or one or more of: ia32, x64, armv7l, arm64, mips64el, universal (comma-delimited if - multiple). Defaults to the host arch. Universal only supported on macOS. + multiple). Defaults to the host arch. + For info on arch/platform support see https://github.com/electron/electron-packager/#supported-platforms asar whether to package the source code within your app into an archive. You can either pass --asar by itself to use the default configuration, OR use dot notation to configure a list of sub-properties, e.g. --asar.unpackDir=sub_dir - do not use