Skip to content

[NEW FEATURE] Scoop install Manifests #102

@happytommyl

Description

@happytommyl

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"
}

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions