Skip to content

Commit

Permalink
add Hilbish
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadow-XT committed Jul 23, 2024
1 parent b06016e commit d2cb538
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions bucket/Hilbish.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"version": "2.3.0",
"description": "🌓 The Moon-powered shell! A comfy and extensible shell for Lua fans! 🌺 ✨",
"homepage": "https://github.com/Rosettea/Hilbish",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/Rosettea/Hilbish/releases/download/v2.3.0/hilbish-v2.3.0-windows-amd64.zip",
"hash": "md5:d2d858dc7f1997789dc595b93f7ff1df"
}
},
"post_install": [
"Copy-Item -Path $dir\\.hilbishrc.lua -Destination $env:Appdata\\hilbish",
"Copy-Item -Path $dir\\nature -Recurse -Force -Destination $env:Appdata\\hilbish",
"Copy-Item -Path $dir\\libs -Recurse -Force -Destination $env:Appdata\\hilbish"
],
"bin": "hilbish.exe",
"checkver": "github",
"autoupdate": {
"url": "https://github.com/Rosettea/Hilbish/releases/download/v$version/hilbish-v$version-windows-amd64.zip",
"hash": {
"url": "https://github.com/Rosettea/Hilbish/releases/download/v$version/hilbish-v$version-windows-amd64.zip.md5"
}
}
}

0 comments on commit d2cb538

Please sign in to comment.