Consolidate hash, use $baseurl

This commit is contained in:
M*C*O 2020-01-17 15:36:41 +01:00 committed by GitHub
parent 5d207dab28
commit 200d497085
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,17 +18,14 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/timdp/lwc/releases/download/v$version/lwc-$version-windows-amd64.tar.gz",
"hash": {
"url": "https://github.com/timdp/lwc/releases/download/v$version/lwc-checksums.txt"
}
"url": "https://github.com/timdp/lwc/releases/download/v$version/lwc-$version-windows-amd64.tar.gz"
},
"32bit": {
"url": "https://github.com/timdp/lwc/releases/download/v$version/lwc-$version-windows-386.tar.gz",
"hash": {
"url": "https://github.com/timdp/lwc/releases/download/v$version/lwc-checksums.txt"
}
"url": "https://github.com/timdp/lwc/releases/download/v$version/lwc-$version-windows-386.tar.gz"
}
},
"hash": {
"url": "$baseurl/lwc-checksums.txt"
}
}
}