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