Skip to content

Commit

Permalink
yazi: Add version nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDwarf7 committed Feb 7, 2025
1 parent 5fee593 commit b266fbc
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions bucket/yazi-nightly.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"version": "nightly",
"description": "⚡️ Blazing fast terminal file manager written in Rust, based on async I/O.",
"homepage": "https://github.com/sxyazi/yazi",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/sxyazi/yazi/releases/download/nightly/yazi-x86_64-pc-windows-msvc.zip",
"extract_dir": "yazi-x86_64-pc-windows-msvc"
}
},
"bin": [
"ya.exe",
"yazi.exe"
],
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/sxyazi/yazi/releases/download/$version/yazi-x86_64-pc-windows-msvc.zip"
}
}
}
}

0 comments on commit b266fbc

Please sign in to comment.