Skip to content

Commit

Permalink
Update atom-ng.json
Browse files Browse the repository at this point in the history
  • Loading branch information
niheaven authored Jul 27, 2024
1 parent 2b56353 commit dbd3a17
Showing 1 changed file with 22 additions and 5 deletions.
27 changes: 22 additions & 5 deletions bucket/atom-ng.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,31 @@
{
"version": "1.66.12",
"description": "Atom-ng is a hackable text editor for the 21st century, built on Electron, and based on everything we love about our favorite editors. We designed it to be deeply customizable, but still approachable using the default configuration.",
"description": "The hackable text editor for the 21st century (community maintained fork)",
"homepage": "https://thorium.rocks/atom-ng/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/Alex313031/atom-ng/releases/download/v1.66.12/Atom-ng_win64_1.66.12_AVX.zip",
"hash": "AEB16537B0B504D2A9B34A8AE2284B4F010CA35154E2988909E2AE29573A9AAF",
"extract_dir": "Atom-ng_1.66.12_x64",
"bin": "atom-ng.exe"
"hash": "aeb16537b0b504d2a9b34a8ae2284b4f010ca35154e2988909e2ae29573a9aaf",
"extract_dir": "Atom-ng_1.66.12_x64"
}
},
"bin": [
"resources\\cli\\atom.cmd",
"resources\\app\\apm\\bin\\apm.cmd"
],
"shortcuts": [
[
"atom-ng.exe",
"Atom NG"
]
],
"persist": ".atom",
"checkver": {
"github": "https://github.com/Alex313031/atom-ng"
},
"autoupdate": {
"url": "https://github.com/Alex313031/atom-ng/releases/download/v$version/Atom-ng_win64_$version_AVX.zip",
"extract_dir": "Atom-ng_$version_x64"
}
}
}

0 comments on commit dbd3a17

Please sign in to comment.