Skip to content

Commit 11a0894

Browse files
committed
fix electron
Signed-off-by: nameczz <zizhao.chen@zilliz.com>
1 parent f34eaf9 commit 11a0894

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

server/electron-starter.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const electron = require('electron');
2-
require('./dist/app');
2+
require('./dist/src/app');
33

44
// Module to control application life.
55
const app = electron.app;

server/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "attu",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"license": "MIT",
55
"author": {
66
"name": "zilliz",
@@ -138,4 +138,4 @@
138138
]
139139
}
140140
}
141-
}
141+
}

0 commit comments

Comments
 (0)