scoop-earne/bucket/emacs-nc.json

31 lines
770 B
JSON

{
"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 \"\""
]
]
}