소스 검색

docs(Options): add modern and languages in nsis config section

Evshiron Magicka 8 년 전
부모
커밋
a23dc5d4e9
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      docs/Options.md

+ 2 - 0
docs/Options.md

@@ -45,5 +45,7 @@ Currently noop.
 
 Name | Type | Description
 --- | --- | ---
+modern | boolean | Whether to use Modern UI 2. Defaults to `true`.
+languages | string[] | Languages used in Modern UI 2. Multiple languages will result in a language selection dialog on startup. Defaults to `[ 'English' ]`.
 diffUpdaters | boolean | Whether to build diff updaters. Defaults to `false`.
 hashCalculation | boolean | Whether to calculate hashes for installers and updaters. Defaults to `true`.