Skip to content

Commit f34d53e

Browse files
committed
build: remove surplus package output types
1 parent 661bae1 commit f34d53e

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed

forge.config.js

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
const { FusesPlugin } = require('@electron-forge/plugin-fuses');
2-
const { FuseV1Options, FuseVersion } = require('@electron/fuses');
1+
const { FusesPlugin } = require("@electron-forge/plugin-fuses");
2+
const { FuseV1Options, FuseVersion } = require("@electron/fuses");
33

44
module.exports = {
55
packagerConfig: {
@@ -8,38 +8,37 @@ module.exports = {
88
rebuildConfig: {},
99
makers: [
1010
{
11-
name: '@electron-forge/maker-squirrel',
11+
name: "@electron-forge/maker-squirrel",
1212
config: {},
1313
},
14-
{
14+
/* {
1515
name: '@electron-forge/maker-zip',
1616
platforms: ['darwin'],
1717
config: {
1818
arch: 'universal'
1919
}
20-
},
21-
22-
{
20+
}, */
21+
/* {
2322
name: '@electron-forge/maker-deb',
2423
config: {},
25-
},
24+
}, */
2625
{
27-
name: '@electron-forge/maker-rpm',
26+
name: "@electron-forge/maker-rpm",
2827
config: {},
2928
},
3029
{
31-
name: '@electron-forge/maker-dmg',
32-
platforms: ['darwin'],
30+
name: "@electron-forge/maker-dmg",
31+
platforms: ["darwin"],
3332
config: {
34-
title: 'ilr_file_creator',
35-
arch: 'universal',
36-
overwrite: true
37-
}
33+
title: "ilr_file_creator",
34+
arch: "universal",
35+
overwrite: true,
36+
},
3837
},
3938
],
4039
plugins: [
4140
{
42-
name: '@electron-forge/plugin-auto-unpack-natives',
41+
name: "@electron-forge/plugin-auto-unpack-natives",
4342
config: {},
4443
},
4544
// Fuses are used to enable/disable various Electron functionality

0 commit comments

Comments
 (0)