15815213711
2024-08-26 67b8b6731811983447e053d4396b3708c14dfe3c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
 
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.