Skip to content

Commit

Permalink
wave-terminal: Add version 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
niheaven committed Mar 2, 2025
1 parent 5220dcb commit 7857020
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions bucket/wave-terminal.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"version": "0.11.1",
"description": "An open-source, cross-platform terminal for seamless workflows",
"homepage": "https://www.waveterm.dev",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "/~https://github.com/wavetermdev/waveterm/releases/download/v0.11.1/Wave-win32-x64-0.11.1.exe#/dl.7z",
"hash": "ab116cddacb1524698dacf182c1027e0182cf59ba66b491af27ee10ed885879b",
"pre_install": [
"Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
"Remove-Item \"$dir\\`$*\", \"$dir\\Unintall*\" -Recurse"
]
}
},
"shortcuts": [
[
"Wave.exe",
"Wave"
]
],
"checkver": {
"github": "/~https://github.com/wavetermdev/waveterm"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "/~https://github.com/wavetermdev/waveterm/releases/download/v$version/Wave-win32-x64-$version.exe#/dl.7z"
}
}
}
}

0 comments on commit 7857020

Please sign in to comment.