feat(maker-wix): Expose the property associateExtensions (#3674)
See here for documentation https://js.electronforge.io/classes/_electron_forge_maker_wix.InternalOptions.MSICreator.html#associateExtensions
This commit is contained in:
Родитель
321c72d296
Коммит
25893fcbd3
|
@ -7,6 +7,10 @@ export interface MakerWixConfig {
|
|||
* your app by Squirrel.
|
||||
*/
|
||||
appUserModelId?: string;
|
||||
/**
|
||||
* A comma separated string of extensions with each to be associated the app icon.
|
||||
*/
|
||||
associateExtensions?: string;
|
||||
/**
|
||||
* The app's description
|
||||
*/
|
||||
|
|
Загрузка…
Ссылка в новой задаче