Skip to content

Commit 4fc6500

Browse files
authored
Fix snap name (#1120)
1 parent 8d79539 commit 4fc6500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

electron-builder.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ const config = {
8888
base: "core22",
8989
confinement: "classic",
9090
allowNativeWayland: true,
91-
artifactName: "${productName}_${version}_${arch}.${ext}",
91+
artifactName: "${name}_${version}_${arch}.${ext}",
9292
},
9393
publish: {
9494
provider: "generic",

0 commit comments

Comments
 (0)