chore(desktop): 禁用 mac 和 win 平台的 CEF 捆绑

This commit is contained in:
2026-02-07 20:57:58 +08:00
parent 3306e18395
commit 5d5d3a51f6

View File

@@ -14,10 +14,10 @@ export default {
'../server/.output': 'server-output', '../server/.output': 'server-output',
}, },
mac: { mac: {
bundleCEF: true, bundleCEF: false,
}, },
win: { win: {
bundleCEF: true, bundleCEF: false,
}, },
linux: { linux: {
bundleCEF: true, bundleCEF: true,