Skip to content

Commit

Permalink
Remove appimage maker
Browse files Browse the repository at this point in the history
  • Loading branch information
Thavarshan committed Sep 5, 2024
1 parent ef6fc5f commit 3c0e190
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,16 +104,7 @@ const config: ForgeConfig = {
name: '@electron-forge/maker-rpm',
platforms: ['linux'],
config: commonLinuxConfig,
},
{
name: '@reforged/maker-appimage',
platforms: ['linux'],
config: {
options: {
categories: commonLinuxConfig.categories,
},
},
},
}
],
plugins: [
new VitePlugin({
Expand Down

0 comments on commit 3c0e190

Please sign in to comment.