fix: bundle electron-updater at runtime

This commit is contained in:
Aurora release bot
2026-05-01 22:01:17 -04:00
parent 627d7f4d8e
commit d8a039e636
2 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "hermes-workspace",
"version": "2.1.3",
"description": "Desktop workspace for Hermes Agent \u2014 chat, orchestration, and multi-agent coding pipelines",
"description": "Desktop workspace for Hermes Agent chat, orchestration, and multi-agent coding pipelines",
"author": "Eric (https://github.com/outsourc-e)",
"license": "MIT",
"private": true,
@@ -68,7 +68,8 @@
"zustand": "^5.0.11",
"framer-motion": "^12.36.0",
"motion-dom": "^12.36.0",
"motion-utils": "^12.36.0"
"motion-utils": "^12.36.0",
"electron-updater": "^6.6.2"
},
"devDependencies": {
"@tanstack/eslint-config": "^0.3.0",
@@ -89,7 +90,6 @@
"web-vitals": "^5.1.0",
"electron": "^40.8.2",
"electron-builder": "^26.8.1",
"esbuild": "^0.27.0",
"electron-updater": "^6.6.2"
"esbuild": "^0.27.0"
}
}