Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit a5c150b

Browse files
committed
Remove unused electron-forge config
1 parent e928297 commit a5c150b

File tree

3 files changed

+1
-361
lines changed

3 files changed

+1
-361
lines changed

forge.config.js

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,7 @@ module.exports = {
1212
setupIcon: "./images/app-icons/win/icon.ico",
1313
loadingGif: "./images/app-icons/win/setup-banner.gif"
1414
}
15-
},
16-
{
17-
name: '@electron-forge/maker-zip',
18-
platforms: ['darwin'],
19-
},
20-
{
21-
name: '@electron-forge/maker-deb',
22-
config: {},
23-
},
24-
{
25-
name: '@electron-forge/maker-rpm',
26-
config: {},
27-
},
15+
}
2816
],
2917
plugins: [
3018
{

0 commit comments

Comments
 (0)