fix: ignore some files to be bundled (#3770)

(cherry picked from commit 61ffc4220c)
This commit is contained in:
Peng Xiao
2023-08-17 02:29:47 +08:00
committed by Alex Yang
parent abf743ccd1
commit 2dbee6b3eb
2 changed files with 2 additions and 17 deletions
+1
View File
@@ -130,6 +130,7 @@ module.exports = {
: undefined,
// We need the following line for updater
extraResource: ['./resources/app-update.yml'],
ignore: ['src', 'e2e', 'tests'],
},
makers,
hooks: {