diff --git a/git-lfs.json b/git-lfs.json index 3bebd13bf0..476ec74e1e 100644 --- a/git-lfs.json +++ b/git-lfs.json @@ -5,11 +5,23 @@ "architecture": { "32bit": { "url": "https://github.com/git-lfs/git-lfs/releases/download/v2.6.0/git-lfs-windows-386-v2.6.0.zip", - "hash": "7fa3475c60221837860138b4fd0fd0ad1213a5e49c596fdb0aac8932ca7a20a5" + "hash": "7fa3475c60221837860138b4fd0fd0ad1213a5e49c596fdb0aac8932ca7a20a5", + "bin": [ + [ + "git-lfs-windows-386.exe", + "git-lfs" + ] + ] }, "64bit": { "url": "https://github.com/git-lfs/git-lfs/releases/download/v2.6.0/git-lfs-windows-amd64-v2.6.0.zip", - "hash": "f1312d00e435c16c8d19d914d5108db6a5ddbee1badb214c66f22cfa5d18b279" + "hash": "f1312d00e435c16c8d19d914d5108db6a5ddbee1badb214c66f22cfa5d18b279", + "bin": [ + [ + "git-lfs-windows-amd64.exe", + "git-lfs" + ] + ] } }, "suggest": { @@ -18,7 +30,6 @@ "git-with-openssh" ] }, - "bin": "git-lfs.exe", "checkver": { "github": "https://github.com/git-lfs/git-lfs" },