37 lines
978 B
JSON

{
"version": "2.1.8",
"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.1.8/Espanso-Win-Installer-x86_64.exe",
"hash": "2094262BD94EE5692F62797BC2D8BF25FF15B975B4C8D683B0FA8A31AF2BA161"
}
},
"innosetup": true,
"bin": "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"
}
}
}
}