mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
chore: change artifact filenames
Change-Id: Ia8298cde154fe5ffc45f53910adbc6c1d124d1db Signed-off-by: Florent Benoit <fbenoit@redhat.com>
This commit is contained in:
parent
e4c8e395e6
commit
1a1ae87633
1 changed files with 6 additions and 0 deletions
|
|
@ -36,6 +36,12 @@ const config = {
|
|||
'packages/**/dist/**',
|
||||
'extensions/**/builtin/*.cdix/**',
|
||||
],
|
||||
portable: {
|
||||
artifactName: '${productName}-${version}.${ext}'
|
||||
},
|
||||
nsis: {
|
||||
artifactName: '${productName}-${version}-setup.${ext}'
|
||||
},
|
||||
win: {
|
||||
target: [
|
||||
'portable',
|
||||
|
|
|
|||
Loading…
Reference in a new issue