Fix Electron Forge packaging error on macOS

Remove extraResource configuration that was trying to copy non-existent
dist/assets directory. The Vite plugin handles all assets automatically.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Jan-Henrik 2025-12-07 22:52:16 +01:00
parent 17d7fb6b12
commit 80a9558c5d

View file

@ -1,11 +1,6 @@
const path = require('path');
module.exports = {
packagerConfig: {
asar: true,
extraResource: [
path.join(__dirname, 'dist', 'assets'),
],
},
rebuildConfig: {},
makers: [