Fix snap name (#1120)

This commit is contained in:
Evan Simkowitz 2024-10-24 11:25:45 -07:00 committed by GitHub
parent 8d79539a50
commit 4fc65004e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",