-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 845 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 845 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "linux-mcode-desktop",
"version": "0.1.0",
"private": true,
"description": "Convert MiniMax Code Windows NSIS installer to a Linux GUI client (.deb + .tar.gz)",
"scripts": {
"build:gui": "ELEC43_DIR=\"${ELEC43_DIR:?需要设 ELEC43_DIR 指向 electron 43 解压目录}\" ./scripts/build-linux-gui.sh",
"build:deb": "./scripts/build-deb.sh",
"build:targz": "./scripts/build-targz.sh",
"build:shim": "./src/build-shim.sh",
"build:all": "ELEC43_DIR=\"${ELEC43_DIR:?需要设 ELEC43_DIR}\" ./scripts/build-all.sh",
"install:protocol": "./scripts/install-protocol-handler.sh",
"run": "./scripts/run-mmx-linux.sh"
},
"engines": {
"node": ">=22"
},
"keywords": [
"electron",
"minimax-code",
"mmx-agent",
"linux",
"debian",
"nsis",
"asar"
],
"license": "MIT"
}