Skip to content

Commit

Permalink
Fix snap name
Browse files Browse the repository at this point in the history
  • Loading branch information
esimkowitz committed Oct 24, 2024
1 parent 8d79539 commit c6a6164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron-builder.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const config = {
base: "core22",
confinement: "classic",
allowNativeWayland: true,
artifactName: "${productName}_${version}_${arch}.${ext}",
artifactName: "${name}_${version}_${arch}.${ext}",
},
publish: {
provider: "generic",
Expand Down

0 comments on commit c6a6164

Please sign in to comment.