fix: extensions missing on Unix dev (#6724)

* fix: extensions missing on Unix dev

* re add bun uv for mcp
This commit is contained in:
Dinh Long Nguyen 2025-10-03 13:54:37 +07:00 committed by GitHub
parent c797283409
commit 5adaf62975
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -6,7 +6,8 @@
},
"bundle": {
"targets": ["deb", "appimage"],
"resources": ["resources/LICENSE"],
"resources": ["resources/pre-install/**/*", "resources/LICENSE"],
"externalBin": ["resources/bin/uv"],
"linux": {
"appimage": {
"bundleMediaFramework": false,

View File

@ -6,6 +6,7 @@
},
"bundle": {
"targets": ["app", "dmg"],
"resources": ["resources/LICENSE"]
"resources": ["resources/pre-install/**/*", "resources/LICENSE"],
"externalBin": ["resources/bin/bun", "resources/bin/uv"]
}
}