summaryrefslogtreecommitdiff
path: root/node_modules/electron-osx-sign/bin/electron-osx-flat-usage.txt
diff options
context:
space:
mode:
authorLinuxWizard42 <computerwizard@linuxmail.org>2022-10-12 23:08:57 +0300
committerLinuxWizard42 <computerwizard@linuxmail.org>2022-10-12 23:08:57 +0300
commit726b81b19251674e149ccfbb1abacbd837fc6db0 (patch)
treefbdbb227dc01357eb76e8222d76185bc124c5ca6 /node_modules/electron-osx-sign/bin/electron-osx-flat-usage.txt
parent34f0890e175698940d49238097579f44e4d78c89 (diff)
downloadFlashRunner-726b81b19251674e149ccfbb1abacbd837fc6db0.tar.gz
FlashRunner-726b81b19251674e149ccfbb1abacbd837fc6db0.tar.zst
Removed files that should not have been included in git
Diffstat (limited to 'node_modules/electron-osx-sign/bin/electron-osx-flat-usage.txt')
-rw-r--r--node_modules/electron-osx-sign/bin/electron-osx-flat-usage.txt41
1 files changed, 0 insertions, 41 deletions
diff --git a/node_modules/electron-osx-sign/bin/electron-osx-flat-usage.txt b/node_modules/electron-osx-sign/bin/electron-osx-flat-usage.txt
deleted file mode 100644
index e9071ff..0000000
--- a/node_modules/electron-osx-sign/bin/electron-osx-flat-usage.txt
+++ /dev/null
@@ -1,41 +0,0 @@
-
-NAME
- electron-osx-flat -- product building for Electron apps
-
-SYNOPSIS
- electron-osx-flat app [options ...]
-
-DESCRIPTION
- app
- Path to the application package.
- Needs file extension ``.app''.
-
- --help
- Flag to display all commands.
-
- --identity=identity
- Name of certificate to use when signing.
- Default to selected with respect to --platform from --keychain specified or keychain by system default.
-
- --identity-validation, --no-identity-validation
- Flag to enable/disable validation for the signing identity.
-
- --install=install-path
- Path to install the bundle.
- Default to ``/Applications''.
-
- --keychain=keychain
- The keychain name.
- Default to system default keychain.
-
- --platform=platform
- Build platform of Electron.
- Allowed values: ``darwin'', ``mas''.
- Default to auto detect from application bundle.
-
- --pkg
- Path to the output the flattened package.
- Needs file extension ``.pkg''.
-
- --scripts
- Path to a directory containing pre and/or post install scripts.