mirror of
https://github.com/S2-/gitlit
synced 2025-08-03 21:00:04 +02:00
update dependencies
This commit is contained in:
11
app/node_modules/electron-packager/usage.txt
generated
vendored
11
app/node_modules/electron-packager/usage.txt
generated
vendored
@@ -1,17 +1,22 @@
|
||||
Usage: electron-packager <sourcedir> <appname> [options...]
|
||||
|
||||
Required options
|
||||
Required parameters
|
||||
|
||||
sourcedir the base directory of the application source
|
||||
|
||||
Examples: electron-packager ./
|
||||
electron-packager ./ --all
|
||||
|
||||
Optional options
|
||||
Optional parameters
|
||||
|
||||
appname the name of the app, if it needs to be different from the "productName" or "name"
|
||||
in the nearest package.json
|
||||
|
||||
Options
|
||||
|
||||
version prints the version of Electron Packager and Node, plus the target platform and
|
||||
arch, for bug reporting purposes, and exits immediately
|
||||
|
||||
* All platforms *
|
||||
|
||||
all equivalent to --platform=all --arch=all
|
||||
@@ -64,6 +69,8 @@ app-bundle-id bundle identifier to use in the app plist
|
||||
app-category-type the application category type
|
||||
For example, `app-category-type=public.app-category.developer-tools` will set the
|
||||
application category to 'Developer Tools'.
|
||||
darwin-dark-mode-support
|
||||
forces support for Mojave/10.14 dark mode in the packaged app
|
||||
extend-info a plist file to merge into the app plist
|
||||
helper-bundle-id bundle identifier to use in the app helper plist
|
||||
osx-sign (OSX host platform only) Whether to sign the OSX app packages. You can either
|
||||
|
Reference in New Issue
Block a user