2020-04-04 11:26:58 +02:00

41 lines
1.1 KiB
JSON

{
"version": "0.5.4",
"homepage": "https://espanso.org",
"description": "Text expander.",
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/federico-terzi/espanso/releases/download/v0.5.4/espanso-win-installer.exe",
"hash": "f8b35dba8d0780ba2764f5320a8df47cde9837525945d5d62ad152f4849baac2"
}
},
"innosetup": true,
"bin": "espanso.exe",
"shortcuts": [
[
"espanso.exe",
"Espanso",
"start",
"icon.ico"
]
],
"persist": ".espanso",
"suggest": {
"Microsoft Visual C++ Redistributables 2019": "extras/vcredist2019"
},
"checkver": {
"github": "https://github.com/federico-terzi/espanso"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/federico-terzi/espanso/releases/download/v$version/espanso-win-installer.exe",
"hash": {
"url": "$baseurl/espanso-win-installer-sha256.txt",
"regex": "$sha256"
}
}
}
}
}