Skip to content

Commit

Permalink
adding forge config
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelpiano committed Aug 19, 2023
1 parent ef6069b commit a8ceb56
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions forge.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
module.exports = {
packagerConfig: {
asar: true,
},
rebuildConfig: {},
makers: [
{
name: '@electron-forge/maker-squirrel',
config: {},
},
{
name: '@electron-forge/maker-zip',
platforms: ['darwin'],
},
{
name: '@electron-forge/maker-deb',
config: {},
},
{
name: '@electron-forge/maker-rpm',
config: {},
},
],
plugins: [
{
name: '@electron-forge/plugin-auto-unpack-natives',
config: {},
},
],
};

0 comments on commit a8ceb56

Please sign in to comment.