build: fix file ignore

(cherry picked from commit ef7ad4f111)
This commit is contained in:
Alex Yang
2023-08-16 20:08:59 -05:00
parent ca6c0519d0
commit bbddd2ef70
+1 -1
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: {