Skip to content

Commit c3b0f01

Browse files
CompeyDevchawyehsuHUMORCE
authored
edit: Add version 1.0.0 (#6830)
* edit: Add version 1.0.0 * edit: Fix space char before description field * edit: Fix installation by providing arch-specific `extract_dir` * edit: Use fixed version in `extract_dir` and add autoupdate * edit: Add trailing newline * edit: Reduce verbosity in `checkver` for github releases Co-authored-by: Chawye Hsu <[email protected]> * update desc for SEO --------- Co-authored-by: Chawye Hsu <[email protected]> Co-authored-by: HUMORCE <[email protected]>
1 parent 8c199e4 commit c3b0f01

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

bucket/edit.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"version": "1.0.0",
3+
"description": "Microsoft Edit is an accessible editor that even users largely unfamiliar with terminals can easily use or simple needs.",
4+
"homepage": "https://github.com/microsoft/edit/",
5+
"license": "MIT",
6+
"architecture": {
7+
"64bit": {
8+
"url": "https://github.com/microsoft/edit/releases/download/v1.0.0/edit-1.0.0-x86_64-windows.zip",
9+
"hash": "6a1ef921ef28ee52ad775982c9c37505eb16eb80c14fa831d93f3ee502277dc8",
10+
"extract_dir": "edit-1.0.0-x86_64-windows"
11+
},
12+
"arm64": {
13+
"url": "https://github.com/microsoft/edit/releases/download/v1.0.0/edit-1.0.0-aarch64-windows.zip",
14+
"hash": "88bc5d25ac4affdfd92ad468dee0fb1e67a2d6b1be9ba4273a87c0bc478dcad6",
15+
"extract_dir": "edit-1.0.0-aarch64-windows"
16+
}
17+
},
18+
"bin": "edit.exe",
19+
"checkver": "github",
20+
"autoupdate": {
21+
"architecture": {
22+
"64bit": {
23+
"url": "https://github.com/microsoft/edit/releases/download/v$version/edit-$version-x86_64-windows.zip",
24+
"extract_dir": "edit-$version-x86_64-windows"
25+
},
26+
"arm64": {
27+
"url": "https://github.com/microsoft/edit/releases/download/v$version/edit-$version-aarch64-windows.zip",
28+
"extract_dir": "edit-$version-aarch64-windows"
29+
}
30+
}
31+
}
32+
}

0 commit comments

Comments
 (0)