mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
40 lines
1017 B
JSON
40 lines
1017 B
JSON
{
|
|
"version": "2.2.7",
|
|
"description": "Text expander",
|
|
"homepage": "https://espanso.org",
|
|
"license": "GPL-3.0-only",
|
|
"suggest": {
|
|
"vcredist": "extras/vcredist2022"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/espanso/espanso/releases/download/v2.2.7/Espanso-Win-Installer-x86_64.exe",
|
|
"hash": "78c899c276974c32c66805d118211a1eaa96c1e84e3dc15686ef0fd20216b407"
|
|
}
|
|
},
|
|
"innosetup": true,
|
|
"bin": [
|
|
"espanso.cmd",
|
|
"espansod.exe"
|
|
],
|
|
"shortcuts": [
|
|
[
|
|
"espansod.exe",
|
|
"Espanso",
|
|
"start",
|
|
"icon.ico"
|
|
]
|
|
],
|
|
"persist": ".espanso",
|
|
"checkver": {
|
|
"github": "https://github.com/espanso/espanso"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/espanso/espanso/releases/download/v$version/Espanso-Win-Installer-x86_64.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|