upgrade openclaw to 3.23 (#652)
Co-authored-by: Felix <24791380+vcfgv@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
Unverified
parent
b786b773f1
commit
ba5947e2cb
@@ -38,6 +38,10 @@ afterPack: ./scripts/after-pack.cjs
|
||||
asar: true
|
||||
asarUnpack:
|
||||
- "**/*.node"
|
||||
# lru-cache CJS/ESM interop: older CJS versions (v5, v6, v7) don't export
|
||||
# `LRUCache` as a named property, breaking `import { LRUCache }` in Node.js
|
||||
# 22+ (Electron 40+). Unpacking lets afterPack patch them in place.
|
||||
- "**/node_modules/lru-cache/**"
|
||||
|
||||
# Disable native module rebuilding.
|
||||
# The Electron renderer/main process has no native (.node) dependencies.
|
||||
@@ -115,8 +119,6 @@ win:
|
||||
target:
|
||||
- target: nsis
|
||||
arch: x64
|
||||
- target: nsis
|
||||
arch: arm64
|
||||
|
||||
nsis:
|
||||
oneClick: false
|
||||
|
||||
Reference in New Issue
Block a user