mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-05-19 16:31:36 +00:00
fix: exclude __pycache__ from build
This commit is contained in:
parent
9764ed9bfd
commit
caec6dd0f3
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
"directories": {
|
||||
"output": "release"
|
||||
},
|
||||
"files": ["dist-electron", "dist", "resources", "!backend", "!dist/images"],
|
||||
"files": ["dist-electron", "dist", "resources", "!backend", "!dist/images","!**/__pycache__"],
|
||||
"extraResources": [
|
||||
{
|
||||
"from": "backend",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue