We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee44159 commit 78641bbCopy full SHA for 78641bb
apps/agent-tars/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "agent-tars-app",
3
"private": true,
4
- "version": "1.0.0-alpha.8",
+ "version": "1.0.0-alpha.9",
5
"description": "A multimodal AI agent that revolutionizes GUI interaction",
6
"main": "./dist/main/index.js",
7
"author": "ByteDance",
apps/ui-tars/src/main/main.ts
@@ -46,12 +46,6 @@ if (squirrelStartup) {
46
app.quit();
47
}
48
49
-Object.defineProperty(app, 'isPackaged', {
50
- get() {
51
- return true;
52
- },
53
-});
54
-
55
logger.debug('[env]', env);
56
57
ElectronStore.initRenderer();
0 commit comments