Skip to content

Commit

Permalink
devcontainer-cli: Add version 0.1.574060494
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash258 committed Apr 1, 2021
1 parent ff002c5 commit c159452
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
| [CrossFont **(CrossFont)**](./bucket/CrossFont.json) ||| ✔ (⛔) |
| [cwRsync **(cwRsync)**](./bucket/cwRsync.json) ||| ❌ (❌) |
| [Depressurizer **(Depressurizer)**](./bucket/Depressurizer.json) ||| ✔ (⛔) |
| [devcontainer-cli **(devcontainer-cli)**](./bucket/devcontainer-cli.json) ||| ✔ (⛔) |
| [devilutionX **(devilutionX)**](./bucket/devilutionX.json) ||| ✔ (✔) |
| [DirectX **(DirectX)**](./bucket/DirectX.json) ||| ❌ (❌) |
| [DirectX-SDK **(DirectX-SDK)**](./bucket/DirectX-SDK.json) ||| ❌ (❌) |
Expand Down
37 changes: 37 additions & 0 deletions bucket/devcontainer-cli.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"version": "0.1.574060494",
"description": "Unofficial Visual Studio Code devcontainers \"manager\"",
"homepage": "https://github.com/stuartleeks/devcontainer-cli",
"license": {
"identifier": "MIT",
"url": "https://github.com/stuartleeks/devcontainer-cli/blob/main/LICENSE"
},
"architecture": {
"64bit": {
"url": "https://github.com/stuartleeks/devcontainer-cli/releases/download/v0.1.574060494/devcontainer-cli_windows_amd64.zip",
"hash": "27d6e5e1df105c019383fae082ea7b797e2c95bbee5f7be82c624f3f2149b01e"
},
"32bit": {
"url": "https://github.com/stuartleeks/devcontainer-cli/releases/download/v0.1.574060494/devcontainer-cli_windows_386.zip",
"hash": "5b7e87b9ee3b371afbb1e5982189378354c71d773a026d244756c413ed8f09ae"
}
},
"bin": [
"devcontainer.exe",
[
"devcontainer.exe",
"devcontainer-cli"
]
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/stuartleeks/devcontainer-cli/releases/download/v$version/devcontainer-cli_windows_amd64.zip"
},
"32bit": {
"url": "https://github.com/stuartleeks/devcontainer-cli/releases/download/v$version/devcontainer-cli_windows_386.zip"
}
}
}
}

0 comments on commit c159452

Please sign in to comment.