Skip to content

Commit

Permalink
add terminus, terminus-portable v1.0.120
Browse files Browse the repository at this point in the history
  • Loading branch information
gaojr committed Nov 16, 2020
1 parent 0955738 commit 641b3a1
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 0 deletions.
29 changes: 29 additions & 0 deletions bucket/terminus-portable.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"homepage": "https://eugeny.github.io/terminus/",
"version": "1.0.120",
"description": "A terminal for a more modern age",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/Eugeny/terminus/releases/download/v1.0.120/terminus-1.0.120-portable.zip#/dl.7z",
"hash": "sha512:3806aa84b49e3b6bf158d8a6c3e394dbd9e9c03a9ec86d69c07bc26f0c7bd4b4b8344663c970fc268cd12a75dde848f4a6ed4ae56f9dd9b1a2c43d1eef44ac65",
"pre_install": [
"Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
"Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Unins*\" -Force -Recurse"
]
}
},
"bin": "Terminus.exe",
"shortcuts": [["Terminus.exe", "Terminus"]],
"persist": "data",
"checkver": {
"github": "https://github.com/Eugeny/terminus"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Eugeny/terminus/releases/download/v$version/terminus-$version-portable.zip#/dl.7z"
}
}
}
}
28 changes: 28 additions & 0 deletions bucket/terminus.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"version": "1.0.120",
"description": "A terminal for a more modern age",
"homepage": "https://eugeny.github.io/terminus/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/Eugeny/terminus/releases/download/v1.0.120/terminus-1.0.120-setup.exe#/dl.7z",
"hash": "sha512:3806aa84b49e3b6bf158d8a6c3e394dbd9e9c03a9ec86d69c07bc26f0c7bd4b4b8344663c970fc268cd12a75dde848f4a6ed4ae56f9dd9b1a2c43d1eef44ac65",
"pre_install": [
"Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
"Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Unins*\" -Force -Recurse"
]
}
},
"bin": "Terminus.exe",
"shortcuts": [["Terminus.exe", "Terminus"]],
"checkver": {
"github": "https://github.com/Eugeny/terminus"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Eugeny/terminus/releases/download/v$version/terminus-$version-setup.exe#/dl.7z"
}
}
}
}

0 comments on commit 641b3a1

Please sign in to comment.