40 lines
1.1 KiB
JSON

{
"version": "0.7.3",
"description": "Text expander",
"homepage": "https://espanso.org",
"license": "GPL-3.0-only",
"suggest": {
"Microsoft Visual C++ Redistributables": "extras/vcredist2022"
},
"architecture": {
"64bit": {
"url": "https://github.com/federico-terzi/espanso/releases/download/v0.7.3/espanso-win-installer.exe",
"hash": "5b19d107601f736a072610f926044f5bae537590f47d67bfd358b8652d261c98"
}
},
"innosetup": true,
"bin": "espanso.exe",
"shortcuts": [
[
"espanso.exe",
"Espanso",
"start",
"icon.ico"
]
],
"persist": ".espanso",
"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"
}
}
}
}
}