Skip to content

Instantly share code, notes, and snippets.

@QZLin
Last active March 12, 2024 00:58
Show Gist options
  • Save QZLin/bd40556f3224b0703f5040470d974d97 to your computer and use it in GitHub Desktop.
Save QZLin/bd40556f3224b0703f5040470d974d97 to your computer and use it in GitHub Desktop.
Scoop app manifests used to install pre-release version of winsw
{
"version": "v3.0.0-alpha.11",
"description": "A wrapper executable that can be used to host any executable as a Windows service",
"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": "github",
"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"
}
}
}
}
@QZLin
Copy link
Author

QZLin commented Mar 3, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment