refactor: update native module handling for Windows and Linux in build process
All checks were successful
Release Electron App / release-desktop (push) Successful in 6m27s
All checks were successful
Release Electron App / release-desktop (push) Successful in 6m27s
This commit is contained in:
@@ -10,7 +10,9 @@ import { FuseV1Options, FuseVersion } from '@electron/fuses';
|
||||
|
||||
const config: ForgeConfig = {
|
||||
packagerConfig: {
|
||||
asar: true,
|
||||
asar: {
|
||||
unpack: '**/node_modules/{better-sqlite3,keytar}/**',
|
||||
},
|
||||
name: 'adiuva',
|
||||
},
|
||||
rebuildConfig: {},
|
||||
|
||||
Reference in New Issue
Block a user