Add redream and redream-nightly (#530)

master
beyondmeat 2022-02-12 11:15:42 -07:00 committed by GitHub
parent d64c62e380
commit 96892cffb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 86 additions and 0 deletions

View File

@ -0,0 +1,43 @@
{
"homepage": "https://redream.io",
"description": "Sega Dreamcast emulator that can render games in HD and 4K (nightly)",
"version": "1.5.0-1022-g2e8f5ec",
"license": "",
"architecture": {
"64bit": {
"url": "https://redream.io/download/redream.x86_64-windows-v1.5.0.zip",
"hash": "c29b1faf56df9c9926cfb77f874484571fbe8e59689b1a39091425ab309e6463"
}
},
"pre_install": [
"if (!(Test-Path \"$persist_dir\")) {",
" New-item \"$persist_dir\" -ItemType Directory | Out-Null",
" New-Item \"$persist_dir\\redream.cfg\" -Type File | Out-Null",
" New-item \"$persist_dir\\cache\" -ItemType Directory | Out-Null",
" New-item \"$persist_dir\\saves\" -ItemType Directory | Out-Null",
"}"
],
"bin": "redream.exe",
"shortcuts": [
[
"redream.exe",
"Redream"
]
],
"persist": [
"cache",
"saves",
"redream.cfg"
],
"checkver": {
"url": "https://redream.io/download",
"regex": "v(\\d\\.\\d\\.\\d-\\d{4}-g[a-f0-9]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://redream.io/download/redream.x86_64-windows-v$version.zip"
}
}
}
}

43
bucket/redream.json Normal file
View File

@ -0,0 +1,43 @@
{
"homepage": "https://redream.io",
"description": "Sega Dreamcast emulator that can render games in HD and 4K",
"version": "1.5.0",
"license": "",
"architecture": {
"64bit": {
"url": "https://redream.io/download/redream.x86_64-windows-v1.5.0.zip",
"hash": "c29b1faf56df9c9926cfb77f874484571fbe8e59689b1a39091425ab309e6463"
}
},
"pre_install": [
"if (!(Test-Path \"$persist_dir\")) {",
" New-item \"$persist_dir\" -ItemType Directory | Out-Null",
" New-Item \"$persist_dir\\redream.cfg\" -Type File | Out-Null",
" New-item \"$persist_dir\\cache\" -ItemType Directory | Out-Null",
" New-item \"$persist_dir\\saves\" -ItemType Directory | Out-Null",
"}"
],
"bin": "redream.exe",
"shortcuts": [
[
"redream.exe",
"Redream"
]
],
"persist": [
"cache",
"saves",
"redream.cfg"
],
"checkver": {
"url": "https://redream.io/download",
"regex": "v(\\d\\.\\d\\.\\d)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://redream.io/download/redream.x86_64-windows-v$version.zip"
}
}
}
}