We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 321c72d commit 25893fcCopy full SHA for 25893fc
packages/maker/wix/src/Config.ts
@@ -7,6 +7,10 @@ export interface MakerWixConfig {
7
* your app by Squirrel.
8
*/
9
appUserModelId?: string;
10
+ /**
11
+ * A comma separated string of extensions with each to be associated the app icon.
12
+ */
13
+ associateExtensions?: string;
14
/**
15
* The app's description
16
0 commit comments