diff --git a/bucket/glorious-core.json b/bucket/glorious-core.json new file mode 100644 index 00000000000000..d0924238ea021f --- /dev/null +++ b/bucket/glorious-core.json @@ -0,0 +1,29 @@ +{ + "version": "1.1.35", + "description": "Glorious CORE is a unified software suite designed to give you full control over your peripherals", + "homepage": "https://www.gloriousgaming.com/pages/glorious-core", + "license": "Proprietary", + "architecture": { + "64bit": { + "url": "https://downloads.gloriousgamingservices.com/download/GloriousCore.zip", + "hash": "6566153cf4bede4f718e1d7f932d99d883a79dd2873db2e28d2fcd09866663ac" + } + }, + "pre_install": "Get-ChildItem \"$dir/SETUP_*_$version.exe\" | Expand-InnoArchive -Removal -DestinationPath \"$dir\"", + "shortcuts": [ + [ + "Glorious Core.exe", + "Glorious Core" + ] + ], + "checkver": { + "regex": "\\['CurrentVersion'\\] = '([\\d.]+)" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://downloads.gloriousgamingservices.com/download/GloriousCore.zip" + } + } + } +}