mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
chore: define artifact name using product.name
default was to take package.json name also suffix by arch. it'll require updates on the website for 1.25.0+ Signed-off-by: Florent Benoit <fbenoit@redhat.com>
This commit is contained in:
parent
fa3fa4d2a3
commit
c67f47c1c6
1 changed files with 1 additions and 0 deletions
|
|
@ -240,6 +240,7 @@ const config = {
|
|||
category: 'Development',
|
||||
icon: './buildResources/icon-512x512.png',
|
||||
executableName: product.artifactName,
|
||||
artifactName: `${product.artifactName}${artifactNameSuffix}-\${version}-\${arch}.\${ext}`,
|
||||
target: ['flatpak', { target: 'tar.gz', arch: ['x64', 'arm64'] }],
|
||||
},
|
||||
mac: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue