Manifests/ThymioSuite.json

{
    "Name": "Thymio Suite",
    "Source": "https://www.thymio.org/",
    "Get": {
        "Uri": "https://api.github.com/repos/Mobsya/aseba/releases/latest",
        "MatchVersion": "-(\\d+(\\.\\d+){1,3})-win*.*",
        "MatchFileTypes": "^(?!.*DEBUG).*zip$|.*exe$"
    },
    "Install": {
        "Setup": "ThymioSuite-*-win*.exe",
        "Preinstall": "Expand-Archive -Path #FileName -DestinationPath #TempPath",
        "Physical": {
            "Arguments": "/S /SkipDotNetInstall",
            "PostInstall": []
        },
        "Virtual": {
            "Arguments": "/S /SkipDotNetInstall",
            "PostInstall": []
        }
    }
}