Skip to content

Commit c6a6164

Browse files
committed
Fix snap name
1 parent 8d79539 commit c6a6164

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)