parent
56aec144c0
commit
53363e5f9a
|
@ -31,7 +31,6 @@
|
||||||
| --- | --- | --- |
|
| --- | --- | --- |
|
||||||
| [Alacritty (Release Candidates)](https://github.com/alacritty/alacritty) *alacritty-rc* | Apache-2.0 | |
|
| [Alacritty (Release Candidates)](https://github.com/alacritty/alacritty) *alacritty-rc* | Apache-2.0 | |
|
||||||
| [Emacs](https://www.gnu.org/software/emacs/) *emacs-stable* | GPL-3.0-or-later | |
|
| [Emacs](https://www.gnu.org/software/emacs/) *emacs-stable* | GPL-3.0-or-later | |
|
||||||
| [Emacs personal native-comp builds](https://github.com/earnestma/emacs-win10-builds-native-comp) | GPL-3.0-or-later | |
|
|
||||||
| Emacs development snapshots *emacs-snaphot* | GPL-3.0-or-later | |
|
| Emacs development snapshots *emacs-snaphot* | GPL-3.0-or-later | |
|
||||||
| [Extraterm (Nightly)](https://github.com/sedwards2009/extraterm) *extraterm-nightly* | MIT | |
|
| [Extraterm (Nightly)](https://github.com/sedwards2009/extraterm) *extraterm-nightly* | MIT | |
|
||||||
| [hledger](https://hledger.org/) *hledger* | GPL-3.0 | |
|
| [hledger](https://hledger.org/) *hledger* | GPL-3.0 | |
|
||||||
|
|
|
@ -1,30 +0,0 @@
|
||||||
{
|
|
||||||
"version": "latest",
|
|
||||||
"description": "Personal native-comp builds",
|
|
||||||
"homepage": "https://github.com/earnestma/emacs-win10-builds-native-comp",
|
|
||||||
"license": "GPL-3.0-or-later",
|
|
||||||
"architecture": {
|
|
||||||
"64bit": {
|
|
||||||
"url": "https://github.com/earnestma/emacs-win10-builds-native-comp/releases/download/latest/emacs.zip"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"bin": [
|
|
||||||
"bin\\emacs.exe",
|
|
||||||
"bin\\emacsclient.exe",
|
|
||||||
"bin\\emacsclientw.exe",
|
|
||||||
"bin\\runemacs.exe",
|
|
||||||
"bin\\etags.exe",
|
|
||||||
"bin\\ctags.exe"
|
|
||||||
],
|
|
||||||
"shortcuts": [
|
|
||||||
[
|
|
||||||
"bin\\runemacs.exe",
|
|
||||||
"Emacs"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"bin\\emacsclientw.exe",
|
|
||||||
"Emacs Client",
|
|
||||||
"-c -n -a \"\""
|
|
||||||
]
|
|
||||||
]
|
|
||||||
}
|
|
Loading…
Reference in New Issue