From 96892cffb360b169db6770d1a510088f8001298e Mon Sep 17 00:00:00 2001 From: beyondmeat <51850644+beyondmeat@users.noreply.github.com> Date: Sat, 12 Feb 2022 11:15:42 -0700 Subject: [PATCH] Add redream and redream-nightly (#530) --- bucket/redream-nightly.json | 43 +++++++++++++++++++++++++++++++++++++ bucket/redream.json | 43 +++++++++++++++++++++++++++++++++++++ 2 files changed, 86 insertions(+) create mode 100644 bucket/redream-nightly.json create mode 100644 bucket/redream.json diff --git a/bucket/redream-nightly.json b/bucket/redream-nightly.json new file mode 100644 index 00000000..1aac81cd --- /dev/null +++ b/bucket/redream-nightly.json @@ -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" + } + } + } +} diff --git a/bucket/redream.json b/bucket/redream.json new file mode 100644 index 00000000..1f0b5b77 --- /dev/null +++ b/bucket/redream.json @@ -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" + } + } + } +}