2019-10-19 22:00:25 +00:00

41 lines
1.1 KiB
JSON

{
"version": "0.3.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.3.1/espanso-win-installer.exe",
"hash": "a5e3e95a2a2611e90c9d8ef4096aa002e82d7c97e55778c143cb8913ad214489"
}
},
"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"
}
}
}
}
}