chore: change generated files

Change-Id: Ia8b8afb04c5695563196d388abca10cbf5969048
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
This commit is contained in:
Florent Benoit 2022-03-10 13:21:59 +01:00
parent 9037db3002
commit e4c8e395e6
No known key found for this signature in database
GPG key ID: 2059A04C1C0A39C2

View file

@ -36,6 +36,18 @@ const config = {
'packages/**/dist/**',
'extensions/**/builtin/*.cdix/**',
],
win: {
target: [
'portable',
'nsis'
]
},
linux: {
target: [
'tar.gz',
]
},
mac: {
target: {
target: 'default',