mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
chore: change generated files
Change-Id: Ia8b8afb04c5695563196d388abca10cbf5969048 Signed-off-by: Florent Benoit <fbenoit@redhat.com>
This commit is contained in:
parent
9037db3002
commit
e4c8e395e6
1 changed files with 12 additions and 0 deletions
|
|
@ -36,6 +36,18 @@ const config = {
|
|||
'packages/**/dist/**',
|
||||
'extensions/**/builtin/*.cdix/**',
|
||||
],
|
||||
win: {
|
||||
target: [
|
||||
'portable',
|
||||
'nsis'
|
||||
]
|
||||
},
|
||||
|
||||
linux: {
|
||||
target: [
|
||||
'tar.gz',
|
||||
]
|
||||
},
|
||||
mac: {
|
||||
target: {
|
||||
target: 'default',
|
||||
|
|
|
|||
Loading…
Reference in a new issue