You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To use `@electron-forge/maker-msix`, add it to the `makers` array in your [Forge configuration](../configuration.md):
24
24
25
25
{% code title="forge.config.js" %}
26
+
26
27
```javascript
27
28
module.exports= {
28
29
makers: [
@@ -39,9 +40,10 @@ module.exports = {
39
40
]
40
41
};
41
42
```
43
+
42
44
{% endcode %}
43
45
44
-
Configuration options are documented in [`MakerMSIXConfig`](https://js.electronforge.io/interfaces/\_electron\_forge\_maker\_msix.MakerMSIXConfig.html).
46
+
Configuration options are documented in [`MakerMSIXConfig`](https://js.electronforge.io/interfaces/_electron_forge_maker_msix.MakerMSIXConfig.html).
0 commit comments