Skip to content

Commit 9b7cafd

Browse files
committed
product name in installer
1 parent 3d2109f commit 9b7cafd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/electron/electron-builder.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ mac:
2929
- NSDownloadsFolderUsageDescription: Application requests access to the user's Downloads folder.
3030
notarize: false
3131
dmg:
32-
artifactName: ${name}-${version}.${ext}
32+
artifactName: ${productName}.${ext}
3333
linux:
3434
target:
3535
- AppImage
@@ -38,7 +38,7 @@ linux:
3838
maintainer: electronjs.org
3939
category: Utility
4040
appImage:
41-
artifactName: ${name}-${version}.${ext}
41+
artifactName: ${productName}.${ext}
4242
npmRebuild: false
4343
publish:
4444
provider: generic

0 commit comments

Comments
 (0)