diff --git a/config/makers/appx.md b/config/makers/appx.md index 16a0727..afdf3db 100644 --- a/config/makers/appx.md +++ b/config/makers/appx.md @@ -35,7 +35,7 @@ module.exports = { } } ] -} +}; ``` {% endcode %} diff --git a/config/makers/deb.md b/config/makers/deb.md index 42c0a94..5cc153e 100644 --- a/config/makers/deb.md +++ b/config/makers/deb.md @@ -36,7 +36,7 @@ module.exports = { } } ] -} +}; ``` {% endcode %} diff --git a/config/makers/dmg.md b/config/makers/dmg.md index b470627..9147d67 100644 --- a/config/makers/dmg.md +++ b/config/makers/dmg.md @@ -32,7 +32,7 @@ module.exports = { } } ] -} +}; ``` {% endcode %} diff --git a/config/makers/flatpak.md b/config/makers/flatpak.md index 65dcc8d..21e1264 100644 --- a/config/makers/flatpak.md +++ b/config/makers/flatpak.md @@ -33,7 +33,7 @@ module.exports = { } } ] -} +}; ``` Configuration options are documented in [`MakerFlatpakConfig`](https://js.electronforge.io/classes/\_electron\_forge\_maker\_flatpak.MakerFlatpak-1.html#config). diff --git a/config/makers/rpm.md b/config/makers/rpm.md index b963b0b..f6518d5 100644 --- a/config/makers/rpm.md +++ b/config/makers/rpm.md @@ -47,7 +47,7 @@ module.exports = { } } ] -} +}; ``` {% endcode %} diff --git a/config/makers/snapcraft.md b/config/makers/snapcraft.md index bcf2c28..195ec2b 100644 --- a/config/makers/snapcraft.md +++ b/config/makers/snapcraft.md @@ -36,7 +36,7 @@ module.exports = { } } ] -} +}; ``` {% endcode %} diff --git a/config/makers/wix-msi.md b/config/makers/wix-msi.md index 8a849c9..2f97da3 100644 --- a/config/makers/wix-msi.md +++ b/config/makers/wix-msi.md @@ -39,7 +39,7 @@ module.exports = { } } ] -} +}; ``` Configuration options are documented in [`MakerWixConfig`](https://js.electronforge.io/interfaces/\_electron\_forge\_maker\_wix.MakerWixConfig.html).