Skip to content

Commit 78641bb

Browse files
authored
chore: agent tars version (#653)
1 parent ee44159 commit 78641bb

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

apps/agent-tars/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "agent-tars-app",
33
"private": true,
4-
"version": "1.0.0-alpha.8",
4+
"version": "1.0.0-alpha.9",
55
"description": "A multimodal AI agent that revolutionizes GUI interaction",
66
"main": "./dist/main/index.js",
77
"author": "ByteDance",

apps/ui-tars/src/main/main.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,6 @@ if (squirrelStartup) {
4646
app.quit();
4747
}
4848

49-
Object.defineProperty(app, 'isPackaged', {
50-
get() {
51-
return true;
52-
},
53-
});
54-
5549
logger.debug('[env]', env);
5650

5751
ElectronStore.initRenderer();

0 commit comments

Comments
 (0)