ID pegasus
Short Name pegasus
Name pegasus
Type Unknown
Description Pegasus is a graphical frontend for browsing your game library and launching all kinds of emulators from the same place
Platforms
Matches scoop-emulators pegasus
scoop-emulators pegasus-nightly
Author
License GPLv3
Binary
Directory
Command Line
Links home - https://pegasus-frontend.org/
Downloads
Version Download ChangeLog OS OS Version Bits Date Bin
alpha16-42-g996720eb Download ChangeLog Windows 64 2022-11-04
scoop-emulators pegasus
{
    "version": "alpha16-42-g996720eb",
    "description": "Pegasus is a graphical frontend for browsing your game library and launching all kinds of emulators from the same place",
    "homepage": "https://pegasus-frontend.org/",
    "license": "GPLv3",
    "architecture": {
        "64bit": {
            "url": "https://github.com/mmatyas/pegasus-frontend/releases/download/weekly_2022w30/pegasus-fe_alpha16-42-g996720eb_win-mingw-static.zip",
            "hash": "667f67373f4f89943d303e66d16177a54c9be29cdd32549fb62186f13dbfb8d8"
        }
    },
    "post_install": "New-Item -ItemType file \"$dir\\portable.txt\" | Out-Null",
    "shortcuts": [
        [
            "pegasus-fe.exe",
            "Pegasus (Stable)"
        ]
    ],
    "checkver": {
        "url": "https://github.com/mmatyas/pegasus-frontend/releases",
        "regex": "download/(?<version>[wa][^/]+)/pegasus-fe_([^\\.]+)_win-mingw-static.zip"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/mmatyas/pegasus-frontend/releases/download/$matchVersion/pegasus-fe_$version_win-mingw-static.zip"
            }
        }
    }
}
scoop-emulators pegasus-nightly
{
    "version": "alpha16-44-g8119fcec",
    "description": "Pegasus is a graphical frontend for browsing your game library and launching all kinds of emulators from the same place",
    "homepage": "https://pegasus-frontend.org/",
    "license": "GPLv3",
    "architecture": {
        "64bit": {
            "url": "https://github.com/mmatyas/pegasus-frontend/releases/download/continuous/pegasus-fe_alpha16-44-g8119fcec_win-mingw-static.zip",
            "hash": "7fbd5bb5ea4061af540015a420f0e4892a879255a7891f516180938b72a3e3eb"
        }
    },
    "post_install": "New-Item -ItemType file \"$dir\\portable.txt\" | Out-Null",
    "shortcuts": [
        [
            "pegasus-fe.exe",
            "Pegasus (Latest)"
        ]
    ],
    "checkver": {
        "url": "https://api.github.com/repos/mmatyas/pegasus-frontend/releases/tags/continuous",
        "regex": "continuous/pegasus-fe_([\\w\\d-]+)_win-mingw-static.zip"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/mmatyas/pegasus-frontend/releases/download/continuous/pegasus-fe_$version_win-mingw-static.zip"
            }
        }
    }
}