1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-03 21:00:04 +02:00

update dependencies

This commit is contained in:
s2
2018-10-09 09:51:34 +02:00
parent 4fcc873901
commit da4083f574
1112 changed files with 23205 additions and 21697 deletions

View File

@@ -230,6 +230,14 @@ valid versions. If omitted, it will use the version of the nearest local install
`electron`, `electron-prebuilt-compile`, or `electron-prebuilt`, defined in `package.json` in either
`dependencies` or `devDependencies`.
##### `darwinDarkModeSupport`
*Boolean* (default: `false`)
Forces support for Mojave (macOS 10.14) dark mode in your packaged app, this sets the
`NSRequiresAquaSystemAppearance` key to `false` in your app's `Info.plist`. For more
information see the [Apple developer documentation](https://developer.apple.com/documentation/appkit/nsappearancecustomization/choosing_a_specific_appearance_for_your_app).
##### `extraResource`
*String* or *Array* of *String*s