xfangfang / Macast

Macast is a cross-platform application which using mpv as DLNA Media Renderer.
https://xfangfang.github.io/Macast/
GNU General Public License v3.0
6.12k stars 382 forks source link

[NEW FEATURE] Scoop install Manifests #102

Closed happytommyl closed 2 years ago

happytommyl commented 2 years ago

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"
}
xfangfang commented 2 years ago

Thank you very much for your contribution! I will update the wiki later after it can be downloaded through scoop.

Tested in a new environment, everything looks good to me.

happytommyl commented 2 years ago

Ok, I'll make a PR to the scoop bucket

happytommyl commented 2 years ago

The manifest has been added to the extras bucket, can now be installed with

scoop bucket add extras
scoop install macast

on Windows platform

xfangfang commented 2 years ago

The manifest has been added to the extras bucket, can now be installed with

scoop bucket add extras
scoop install macast

on Windows platform

Great!!!


Add to wiki: https://github.com/xfangfang/Macast/wiki/Installation#scoop

yaohunzhanyue commented 2 years ago

The manifest has been added to the extras bucket, can now be installed with

scoop bucket add extras
scoop install macast

on Windows platform

Great!!!

Add to wiki: https://github.com/xfangfang/Macast/wiki/Installation#scoop

Could you add debug version in scoop?

happytommyl commented 2 years ago

I didn't use the debug version. I may look into it later.

happytommyl commented 2 years ago

The manifest has been added to the extras bucket, can now be installed with

scoop bucket add extras
scoop install macast

on Windows platform

Great!!! Add to wiki: https://github.com/xfangfang/Macast/wiki/Installation#scoop

Could you add debug version in scoop?

debug version can now be installed with: scoop install macast-debug