ci: Created the test scoop deployment workflow [skip ci]

This commit is contained in:
2024-12-19 17:34:47 -07:00
parent 8f22b64a0a
commit 47c206ca1d
2 changed files with 84 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"homepage": "https://github.com/Dark-Alex-17/managarr",
"description": "A fast and simple dashboard for Kubernetes",
"version": "$version",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/Dark-Alex-17/managarr/releases/download/v$version/managarr-windows.tar.gz",
"hash": "$hash_64"
}
},
"bin": "managarr.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Dark-Alex-17/managarr/releases/download/v$version/managarr-windows.tar.gz",
"hash": {
"url": "https://github.com/Dark-Alex-17/managarr/releases/download/v$version/managarr-windows.sha256",
"regex": "$sha256"
}
}
}
}
}