Skip to content

Commit 7bf3b23

Browse files
authored
keep only npx distribution for auggie (#1)
1 parent 3483bf0 commit 7bf3b23

1 file changed

Lines changed: 0 additions & 42 deletions

File tree

auggie/agent.json

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -8,48 +8,6 @@
88
"license": "proprietary",
99
"icon": "./icon.svg",
1010
"distribution": {
11-
"binary": {
12-
"darwin-aarch64": {
13-
"archive": "https://registry.npmjs.org/@augmentcode/auggie/-/auggie-0.12.0.tgz",
14-
"cmd": "node",
15-
"args": ["./package/augment.mjs", "--acp"],
16-
"env": {
17-
"AUGMENT_DISABLE_AUTO_UPDATE": "1"
18-
}
19-
},
20-
"darwin-x86_64": {
21-
"archive": "https://registry.npmjs.org/@augmentcode/auggie/-/auggie-0.12.0.tgz",
22-
"cmd": "node",
23-
"args": ["./package/augment.mjs", "--acp"],
24-
"env": {
25-
"AUGMENT_DISABLE_AUTO_UPDATE": "1"
26-
}
27-
},
28-
"linux-aarch64": {
29-
"archive": "https://registry.npmjs.org/@augmentcode/auggie/-/auggie-0.12.0.tgz",
30-
"cmd": "node",
31-
"args": ["./package/augment.mjs", "--acp"],
32-
"env": {
33-
"AUGMENT_DISABLE_AUTO_UPDATE": "1"
34-
}
35-
},
36-
"linux-x86_64": {
37-
"archive": "https://registry.npmjs.org/@augmentcode/auggie/-/auggie-0.12.0.tgz",
38-
"cmd": "node",
39-
"args": ["./package/augment.mjs", "--acp"],
40-
"env": {
41-
"AUGMENT_DISABLE_AUTO_UPDATE": "1"
42-
}
43-
},
44-
"windows-x86_64": {
45-
"archive": "https://registry.npmjs.org/@augmentcode/auggie/-/auggie-0.12.0.tgz",
46-
"cmd": "node",
47-
"args": ["./package/augment.mjs", "--acp"],
48-
"env": {
49-
"AUGMENT_DISABLE_AUTO_UPDATE": "1"
50-
}
51-
}
52-
},
5311
"npx": {
5412
"package": "@augmentcode/auggie@0.12.0",
5513
"args": ["--acp"],

0 commit comments

Comments
 (0)