You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

electron-builder.json 1.8 kB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "appId": "com.electron.app",
  3. "productName": "mindpilotui",
  4. "directories": {
  5. "buildResources": "build"
  6. },
  7. "files": [
  8. "!**/.vscode/*",
  9. "!src/*",
  10. "!electron.vite.config.{js,ts,mjs,cjs}",
  11. "!{.eslintignore,.eslintrc.cjs,.prettierignore,.prettierrc.yaml,dev-app-update.yml,CHANGELOG.md,README.md}",
  12. "!{.env,.env.*,.npmrc,pnpm-lock.yaml}",
  13. "!{tsconfig.json,tsconfig.node.json,tsconfig.web.json}"
  14. ],
  15. "asarUnpack": [
  16. "resources/**"
  17. ],
  18. "win": {
  19. "executableName": "mindpilotui"
  20. },
  21. "nsis": {
  22. "artifactName": "${name}-${version}-setup.${ext}",
  23. "shortcutName": "${productName}",
  24. "uninstallDisplayName": "${productName}",
  25. "createDesktopShortcut": "always",
  26. "allowToChangeInstallationDirectory": true,
  27. "oneClick": false
  28. },
  29. "mac": {
  30. "entitlementsInherit": "build/entitlements.mac.plist",
  31. "extendInfo": [
  32. {
  33. "NSCameraUsageDescription": "Application requests access to the device's camera."
  34. },
  35. {
  36. "NSMicrophoneUsageDescription": "Application requests access to the device's microphone."
  37. },
  38. {
  39. "NSDocumentsFolderUsageDescription": "Application requests access to the user's Documents folder."
  40. },
  41. {
  42. "NSDownloadsFolderUsageDescription": "Application requests access to the user's Downloads folder."
  43. }
  44. ],
  45. "notarize": false
  46. },
  47. "dmg": {
  48. "artifactName": "${name}-${version}.${ext}"
  49. },
  50. "linux": {
  51. "target": [
  52. "AppImage",
  53. "snap",
  54. "deb"
  55. ],
  56. "maintainer": "electronjs.org",
  57. "category": "Utility"
  58. },
  59. "appImage": {
  60. "artifactName": "${name}-${version}.${ext}"
  61. },
  62. "npmRebuild": false,
  63. "publish": {
  64. "provider": "generic",
  65. "url": "https://example.com/auto-updates"
  66. }
  67. }

MindPilot是一个跨平台的多功能智能Agent桌面助手,旨在为用户提供便捷、高效的智能解决方案。通过集成先进的大语言模型作为核心决策引擎,MindPilot能够对用户的任务进行精准分解、规划、执行、反思和总结,确保任务的高效完成。同时提供了高度自定义化的Agent,用户可以根据需求自定义不同身份的Agent,以应对多样化的任务场景,实现个性化的智能服务。在MindSpore和MindNLP的