fix: try to sign macos (#2066)

This commit is contained in:
Peng Xiao
2023-04-21 23:30:49 +08:00
committed by GitHub
parent f66d402cf7
commit 7094385d8b
6 changed files with 225 additions and 353 deletions

View File

@@ -28,7 +28,7 @@ export default () => {
bundle: true,
target: `node${NODE_MAJOR_VERSION}`,
platform: 'node',
external: ['electron', 'sqlite3'],
external: ['electron', 'yjs', 'better-sqlite3'],
plugins: [nativeNodeModulesPlugin],
define: define,
},