🐛 修复部分问题

This commit is contained in:
muwoo
2023-09-01 17:56:16 +08:00
parent f4f91e1639
commit 6dffd1a793
17 changed files with 68 additions and 30 deletions

View File

@@ -24,7 +24,12 @@ module.exports = {
nodeIntegration: true,
mainProcessFile: 'src/main/index.ts',
mainProcessWatch: ['src/main'],
externals: ['pouchdb', 'extract-file-icon', 'electron-screenshots'],
externals: [
'pouchdb',
'extract-file-icon',
'electron-screenshots',
'@electron/remote',
],
// Use this to change the entry point of your app's render process. default src/[main|index].[js|ts]
builderOptions: {
productName: 'rubick2',