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:
Dallas Fraser 2024-09-19 12:48:59 -04:00 коммит произвёл GitHub
Родитель 321c72d296
Коммит 25893fcbd3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -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
*/