40 lines
1017 B
JSON

{
"version": "2.2.3",
"description": "Text expander",
"homepage": "https://espanso.org",
"license": "GPL-3.0-only",
"suggest": {
"vcredist": "extras/vcredist2022"
},
"architecture": {
"64bit": {
"url": "https://github.com/espanso/espanso/releases/download/v2.2.3/Espanso-Win-Installer-x86_64.exe",
"hash": "8e9b9248aaa67e625fc7773d4866973aa8e6717d33ccfb157e295a82e918fbe8"
}
},
"innosetup": true,
"bin": [
"espanso.cmd",
"espansod.exe"
],
"shortcuts": [
[
"espansod.exe",
"Espanso",
"start",
"icon.ico"
]
],
"persist": ".espanso",
"checkver": {
"github": "https://github.com/espanso/espanso"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/espanso/espanso/releases/download/v$version/Espanso-Win-Installer-x86_64.exe"
}
}
}
}