Skip to content

Commit

Permalink
fix(electron): use fix name for build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
pwambach committed Sep 1, 2020
1 parent 4f2a5e9 commit 31cfc08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"linux": {
"target": "zip"
},
"artifactName": "${productName}-${version}-${os}.${ext}"
"artifactName": "esa-climate-from-space-${version}-${os}.${ext}"
}

0 comments on commit 31cfc08

Please sign in to comment.