mirror of
https://github.com/jhbruhn/respira.git
synced 2026-01-27 10:23:41 +00:00
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:
parent
17d7fb6b12
commit
80a9558c5d
1 changed files with 0 additions and 5 deletions
|
|
@ -1,11 +1,6 @@
|
|||
const path = require('path');
|
||||
|
||||
module.exports = {
|
||||
packagerConfig: {
|
||||
asar: true,
|
||||
extraResource: [
|
||||
path.join(__dirname, 'dist', 'assets'),
|
||||
],
|
||||
},
|
||||
rebuildConfig: {},
|
||||
makers: [
|
||||
|
|
|
|||
Loading…
Reference in a new issue