mirror of
https://github.com/frappe/books.git
synced 2026-08-24 02:24:17 -05:00
fix: artifact naming
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user