mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-07-17 11:07:11 +08:00
fix(desktop): correct electron-updater import for commonjs
This commit is contained in:
@@ -55,6 +55,15 @@
|
||||
{
|
||||
"from": "build/dist/cowagent-backend",
|
||||
"to": "backend/cowagent-backend"
|
||||
},
|
||||
{
|
||||
"from": "resources",
|
||||
"to": ".",
|
||||
"filter": [
|
||||
"icon.png",
|
||||
"trayTemplate.png",
|
||||
"trayTemplate@2x.png"
|
||||
]
|
||||
}
|
||||
],
|
||||
"mac": {
|
||||
|
||||
Reference in New Issue
Block a user