feat: suport windows search app

This commit is contained in:
muwoo
2021-12-22 11:58:46 +08:00
parent 2cd6bab58c
commit 5cfaa70c67
3 changed files with 108 additions and 4 deletions

View File

@@ -21,7 +21,8 @@ module.exports = {
mainProcessFile: "src/main/index.ts",
mainProcessWatch: ["src/main"],
externals: [
'pouchdb'
'pouchdb',
'extract-file-icon'
],
// Use this to change the entry point of your app's render process. default src/[main|index].[js|ts]
builderOptions: {