mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
37 lines
978 B
JSON
37 lines
978 B
JSON
{
|
|
"version": "2.2.1",
|
|
"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.1/Espanso-Win-Installer-x86_64.exe",
|
|
"hash": "4930b0cedfe36bd885596f0c283f21c9e6fdf60a49d17771b207c7e58e89f150"
|
|
}
|
|
},
|
|
"innosetup": true,
|
|
"bin": "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"
|
|
}
|
|
}
|
|
}
|
|
}
|