fix: artifact naming

This commit is contained in:
AbleKSaju
2025-09-13 10:12:20 +05:30
parent 6163f58392
commit 95493b42ed
+2 -4
View File
@@ -47,7 +47,7 @@ const frappeBooksConfig = {
},
win: {
publisherName: 'Frappe Technologies Pvt. Ltd.',
artifactName: '${productName}-v${version}-windows-${arch}-installer.${ext}',
artifactName: '${productName}-v${version}-windows-${arch}.${ext}',
signDlls: true,
icon: 'build/icon.ico',
publish: ['github'],
@@ -59,8 +59,6 @@ const frappeBooksConfig = {
{
target: 'portable',
arch: ['x64', 'ia32'],
artifactName:
'${productName}-v${version}-windows-${arch}-portable.${ext}',
},
],
},
@@ -74,7 +72,7 @@ const frappeBooksConfig = {
},
linux: {
icon: 'build/icons',
artifactName: '${productName}-v${version}-linux-${arch}-${ext}',
artifactName: '${productName}-v${version}-linux-${arch}.${ext}',
category: 'Finance',
publish: ['github'],
target: [