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

This commit is contained in:
2026-03-03 17:21:00 +01:00
parent cded75eb0f
commit 603d8f0e7e
2 changed files with 18 additions and 8 deletions

View File

@@ -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: {},