diff --git a/bucket/atom-ng.json b/bucket/atom-ng.json index 9843bdfa27e..add90b4d18b 100644 --- a/bucket/atom-ng.json +++ b/bucket/atom-ng.json @@ -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" } -} \ No newline at end of file +}