Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions bucket/dz6.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"##": "This file is a template. Fill the blanks and add or remove fields as necessary.",
"version": "0.7.0",
"description": "Fast Vim-inspired TUI hex editor",
"homepage": "https://dz6.dev.br",
"license": "GPL-3.0-or-later",
"notes": "",
"architecture": {
"64bit": {
"url": "https://github.com/mentebinaria/dz6/releases/download/v0.7.0/dz6-x86_64-pc-windows-msvc.zip",
"hash": "sha256:90f82558ac56d910f997d2e5b6a20aad5967fb00b676bb77985c1ca7b0262b9f"
}
},
"bin": "dz6.exe",
"shortcuts": [
[
"dz6.exe",
"dz6"
]
],
"env_add_path": ".",
"checkver": {
"github": "https://github.com/mentebinaria/dz6"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/mentebinaria/dz6/releases/download/v$version/dz6-x86_64-pc-windows-msvc.zip",
"hash": {
"url": "$url.sha256"
}
}
}
}
Comment thread
coderabbitai[bot] marked this conversation as resolved.
}