electron-osx-flat-usage.txt 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. NAME
  2. electron-osx-flat -- product building for Electron apps
  3. SYNOPSIS
  4. electron-osx-flat app [options ...]
  5. DESCRIPTION
  6. app
  7. Path to the application package.
  8. Needs file extension ``.app''.
  9. --help
  10. Flag to display all commands.
  11. --identity=identity
  12. Name of certificate to use when signing.
  13. Default to selected with respect to --platform from --keychain specified or keychain by system default.
  14. --identity-validation, --no-identity-validation
  15. Flag to enable/disable validation for the signing identity.
  16. --install=install-path
  17. Path to install the bundle.
  18. Default to ``/Applications''.
  19. --keychain=keychain
  20. The keychain name.
  21. Default to system default keychain.
  22. --platform=platform
  23. Build platform of Electron.
  24. Allowed values: ``darwin'', ``mas''.
  25. Default to auto detect from application bundle.
  26. --pkg
  27. Path to the output the flattened package.
  28. Needs file extension ``.pkg''.
  29. --scripts
  30. Path to a directory containing pre and/or post install scripts.