Skip to content

Commit

Permalink
chore: Simplify electron-builder artifact naming configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfunmula committed Feb 7, 2025
1 parent 3283d0b commit 275548e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions electron-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"productName": "Dive",
"copyright": "Copyright © 2025 Open Agent Platform",
"asar": true,
"artifactName": "${productName}-${version}-${os}-${platform}-${arch}.${ext}",
"artifactName": "${productName}-${version}-${os}-${arch}.${ext}",
"asarUnpack": [
"**/node_modules/sharp/**/*",
"**/node_modules/@img/**/*",
Expand Down Expand Up @@ -110,8 +110,7 @@
"linux": {
"target": ["AppImage"],
"asarUnpack": ["**/*.node"],
"executableName": "dive",
"artifactName": "${productName}-${version}-${os}-${arch}.${ext}"
"executableName": "dive"
},
"nsis": {
"oneClick": false,
Expand Down

0 comments on commit 275548e

Please sign in to comment.