xmake: Fix bin (#1623)

This commit is contained in:
David Xuang 2020-11-28 20:05:31 +08:00 committed by GitHub
parent 4cc347d29b
commit 1447c57a9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,10 @@
} }
}, },
"extract_dir": "xmake", "extract_dir": "xmake",
"bin": "xmake.exe", "bin": [
"xmake.exe",
"xrepo.bat"
],
"checkver": { "checkver": {
"github": "https://github.com/xmake-io/xmake" "github": "https://github.com/xmake-io/xmake"
}, },