Skip to content

Commit 25893fc

Browse files
authored
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
1 parent 321c72d commit 25893fc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/maker/wix/src/Config.ts

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ export interface MakerWixConfig {
77
* your app by Squirrel.
88
*/
99
appUserModelId?: string;
10+
/**
11+
* A comma separated string of extensions with each to be associated the app icon.
12+
*/
13+
associateExtensions?: string;
1014
/**
1115
* The app's description
1216
*/

0 commit comments

Comments
 (0)