Fix the web build's manifest.json file getting included in the electron build (#4815)

This commit is contained in:
absidue
2024-03-27 08:31:11 +08:00
committed by GitHub
parent b65b1a6be9
commit 77df063c71
+1 -1
View File
@@ -56,7 +56,7 @@ if (!isDevMode) {
to: path.join(__dirname, '../dist/static'),
globOptions: {
dot: true,
ignore: ['**/.*', '**/locales/**', '**/pwabuilder-sw.js', '**/dashFiles/**', '**/storyboards/**'],
ignore: ['**/.*', '**/locales/**', '**/pwabuilder-sw.js', '**/manifest.json', '**/dashFiles/**', '**/storyboards/**'],
},
},
]