2019-12-16 18:00:22 +00:00

41 lines
1.1 KiB
JSON

{
"version": "0.4.1",
"homepage": "https://espanso.org",
"description": "Text expander.",
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/federico-terzi/espanso/releases/download/v0.4.1/espanso-win-installer.exe",
"hash": "4f5f863b040d9cc16cae1df4efbcfada6e7be90cde806746091124cc5b2332ef"
}
},
"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"
}
}
}
}
}