Skip to content

Commit

Permalink
chore(winsw-alpha): init version 3.0.0-alpha.11
Browse files Browse the repository at this point in the history
  • Loading branch information
liuqian committed Feb 15, 2024
1 parent 9b591cc commit 7b60af9
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions bucket/winsw-alpha.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"version": "3.0.0-alpha.11",
"description": "将可执行文件包装为服务",
"homepage": "https://github.com/winsw/winsw",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/winsw/winsw/releases/download/v3.0.0-alpha.11/WinSW-x64.exe#/WinSW.exe",
"hash": "a2daa6a33a9c2b791ae31d9092e7935c339d1e03e89bfb747618ce2f4e819e20"
},
"32bit": {
"url": "https://github.com/winsw/winsw/releases/download/v3.0.0-alpha.11/WinSW-x86.exe#/WinSW.exe",
"hash": "3201432b44825b0dc763eb4052dc84b179314e2a338794c9f5f797e8fe2bb0fc"
}
},
"bin": "WinSW.exe",
"checkver": {
"url": "https://github.com/winsw/winsw/releases",
"regex": "/v([\\d.]+-alpha\\.[\\d.]+)/"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/winsw/winsw/releases/download/v$version/WinSW-x64.exe#/WinSW.exe"
},
"32bit": {
"url": "https://github.com/winsw/winsw/releases/download/v$version/WinSW-x86.exe#/WinSW.exe"
}
}
}
}

0 comments on commit 7b60af9

Please sign in to comment.