yazi@0.25: Add bin ya.exe (#5833)

This commit is contained in:
Hunter Hwang 2024-05-26 14:39:46 +08:00 committed by GitHub
parent aead826669
commit ffddc47a6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,10 @@
"extract_dir": "yazi-x86_64-pc-windows-msvc" "extract_dir": "yazi-x86_64-pc-windows-msvc"
} }
}, },
"bin": "yazi.exe", "bin": [
"ya.exe",
"yazi.exe"
],
"checkver": { "checkver": {
"url": "https://github.com/sxyazi/yazi/releases", "url": "https://github.com/sxyazi/yazi/releases",
"regex": "tag/v?([\\d.]+)" "regex": "tag/v?([\\d.]+)"