From 3e4d8df954008a31a217c50b9c820ceb127a3afd Mon Sep 17 00:00:00 2001 From: Brian <18603393+brian6932@users.noreply.github.com> Date: Sun, 30 Apr 2023 02:12:05 -0400 Subject: [PATCH 1/2] glorious-core: Add version 1.0.33 --- bucket/glorious-core.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 bucket/glorious-core.json diff --git a/bucket/glorious-core.json b/bucket/glorious-core.json new file mode 100644 index 00000000000000..3d14c79eeda363 --- /dev/null +++ b/bucket/glorious-core.json @@ -0,0 +1,29 @@ +{ + "version": "1.0.33", + "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": "b32d16d4cf9b20f7fa540e55105ea49a508f79b58765b0f1c86daa90e8500a5a" + } + }, + "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" + } + } + } +} From bd41607a760d9133113d250d2bd91433093d2e0a Mon Sep 17 00:00:00 2001 From: Brian <18603393+brian6932@users.noreply.github.com> Date: Sat, 4 Nov 2023 22:04:07 -0400 Subject: [PATCH 2/2] glorious-core: Update to version 1.1.35 --- bucket/glorious-core.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/glorious-core.json b/bucket/glorious-core.json index 3d14c79eeda363..d0924238ea021f 100644 --- a/bucket/glorious-core.json +++ b/bucket/glorious-core.json @@ -1,15 +1,15 @@ { - "version": "1.0.33", + "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": "b32d16d4cf9b20f7fa540e55105ea49a508f79b58765b0f1c86daa90e8500a5a" + "hash": "6566153cf4bede4f718e1d7f932d99d883a79dd2873db2e28d2fcd09866663ac" } }, - "pre_install": "Get-ChildItem \"$dir\\SETUP_*_$version.exe\" | Expand-InnoArchive -Removal -DestinationPath \"$dir\"", + "pre_install": "Get-ChildItem \"$dir/SETUP_*_$version.exe\" | Expand-InnoArchive -Removal -DestinationPath \"$dir\"", "shortcuts": [ [ "Glorious Core.exe",