Skip to content

Commit

Permalink
chore: electron forge config
Browse files Browse the repository at this point in the history
  • Loading branch information
rboixaderg committed Nov 10, 2023
1 parent 9f29b1f commit 91861c4
Show file tree
Hide file tree
Showing 3 changed files with 353 additions and 2 deletions.
5 changes: 3 additions & 2 deletions electron-app/forge.config.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
module.exports = {
packagerConfig: {
asar: true,
name: "Nuclia sync",
executableName: "nuclia-sync",
},
rebuildConfig: {},
makers: [
{
name: "@electron-forge/maker-squirrel",
config: {},
},
{
name: "@electron-forge/maker-zip",
Expand All @@ -25,7 +26,7 @@ module.exports = {
config: {},
},
],
plugins: [
publishers: [
{
name: "@electron-forge/publisher-github",
config: {
Expand Down
Loading

0 comments on commit 91861c4

Please sign in to comment.