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

Commit 9918f38

Browse files
committed
Update forge.config.ts with new packagerConfig options
1 parent c25b44d commit 9918f38

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

forge.config.ts

+1-10
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,7 @@ const config: ForgeConfig = {
5555
name: '@electron-forge/maker-rpm',
5656
platforms: ['linux'],
5757
config: commonLinuxConfig,
58-
},
59-
{
60-
name: '@reforged/maker-appimage',
61-
platforms: ['linux'],
62-
config: {
63-
options: {
64-
categories: commonLinuxConfig.categories,
65-
},
66-
},
67-
},
58+
}
6859
],
6960
plugins: [
7061
new VitePlugin({

0 commit comments

Comments
 (0)