🎉 Added dds

This commit is contained in:
Edgar 2020-07-19 14:26:42 +02:00
parent 7bdf0e6981
commit 70b5f61150
No known key found for this signature in database
GPG Key ID: DCEF55BA0742A54B
2 changed files with 18 additions and 17 deletions

18
dds.json Normal file
View File

@ -0,0 +1,18 @@
{
"checkver": {
"url": "https://api.github.com/repos/vector-of-bool/dds/releases",
"jp": "$[0].tag_name"
},
"autoupdate": {
"url": "https://github.com/vector-of-bool/dds/releases/download/$version/dds-win-x64.exe"
},
"version": "0.1.0-alpha.4",
"url": "https://github.com/vector-of-bool/dds/releases/download/0.1.0-alpha.4/dds-win-x64.exe",
"hash": "9b47292f2452b6da0a047e6d1148b9df659be0dedc86cafcc666b2f27adcab53",
"bin": [
[
"dds-win-x64.exe",
"dds"
]
]
}

View File

@ -1,17 +0,0 @@
{
"homepage": "https://github.com/PowerShell/PowerShell/",
"checkver": "github",
"autoupdate": {
"url": "https://github.com/PowerShell/PowerShell/releases/download/v$version/PowerShell-$version-win-x64.zip"
},
"version": "7.0.3",
"url": "https://github.com/PowerShell/PowerShell/releases/download/v7.0.3/PowerShell-7.0.3-win-x64.zip",
"bin": "pwsh.exe",
"hash": "fee749388a399fefdb746e2b26e7b4e654c3cfef1c19ccafd14909ac46e35382",
"shortcuts": [
[
"pwsh.exe",
"PowerShell Core 6"
]
]
}