build: fix file ignore

This commit is contained in:
Alex Yang 2023-08-16 20:08:59 -05:00
parent c59d1e67ab
commit ef7ad4f111

View File

@ -130,7 +130,7 @@ module.exports = {
: undefined,
// We need the following line for updater
extraResource: ['./resources/app-update.yml'],
ignore: ['src', 'e2e', 'tests'],
ignore: ['e2e', 'tests'],
},
makers,
hooks: {