2020-06-30 08:34:17 +02:00

41 lines
1.1 KiB
JSON

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