New feature
Hope you can add scoop support for the Windows platform.
Additional context
Here's my proposal for the install Manifests. I tested it on my PC. If you may test it again without any issue, then I would propose it to the scoop bucket. Thanks.
{
"version": "0.7",
"description": "Macast GUI",
"homepage": "https://github.com/xfangfang/Macast",
"license": "GNU General Public License v3.0",
"architecture": {
"64bit": {
"url": "https://github.com/xfangfang/Macast/releases/download/v0.7/Macast-Windows-v0.7.exe"
}
},
"bin": [["Macast-Windows-v0.7.exe", "macast" ]],
"shortcuts": [
[
"Macast-Windows-v0.7.exe",
"macast"
]
],
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/xfangfang/Macast/releases/download/v$version/Macast-Windows-v$version.exe"
}
}
},
"checkver": "github"
}
New feature
Hope you can add
scoopsupport for the Windows platform.Additional context
Here's my proposal for the install Manifests. I tested it on my PC. If you may test it again without any issue, then I would propose it to the scoop bucket. Thanks.
{ "version": "0.7", "description": "Macast GUI", "homepage": "https://github.com/xfangfang/Macast", "license": "GNU General Public License v3.0", "architecture": { "64bit": { "url": "https://github.com/xfangfang/Macast/releases/download/v0.7/Macast-Windows-v0.7.exe" } }, "bin": [["Macast-Windows-v0.7.exe", "macast" ]], "shortcuts": [ [ "Macast-Windows-v0.7.exe", "macast" ] ], "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/xfangfang/Macast/releases/download/v$version/Macast-Windows-v$version.exe" } } }, "checkver": "github" }