Created
May 31, 2020 10:17
-
-
Save mark05e/1f83c3f3310d186a9aaac7b8e6cc4497 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"description": "A free and open-source personal accounting software.", | |
"homepage": "http://homebank.free.fr", | |
"license": "GPL-2.0-or-later", | |
"version": "5.4.2", | |
"url": "http://homebank.free.fr/public/HomeBank-5.4.2-setup.exe", | |
"hash": "454a72591472355202663e5a7c4562deb6a7b96214ec97615d8788a9c40a80f0", | |
"innosetup": true, | |
"installer": { | |
"script": [ | |
"Rename-Item \"$dir\\HomeBank,2.exe\" \"$dir\\HomeBank.exe\"", | |
"Remove-Item \"$dir\\HomeBank,*.exe\"" | |
] | |
}, | |
"bin": "HomeBank.exe", | |
"shortcuts": [ | |
[ | |
"HomeBank.exe", | |
"HomeBank" | |
] | |
], | |
"persist": "config", | |
"checkver": { | |
"url": "http://homebank.free.fr/en/downloads.php", | |
"regex": "HomeBank-([\\d.]+)-setup\\.exe" | |
}, | |
"autoupdate": { | |
"url": "http://homebank.free.fr/public/HomeBank-$version-setup.exe", | |
"hash": { | |
"url": "http://homebank.free.fr/en/downloads.php", | |
"regex": "SHA256: $sha256" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment