fix: bundle electron-updater at runtime
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user