diff --git a/bucket/secureuxtheme.json b/bucket/secureuxtheme.json index 2d59eb28ba9179..45dcfcf5a05382 100644 --- a/bucket/secureuxtheme.json +++ b/bucket/secureuxtheme.json @@ -1,10 +1,22 @@ { - "version": "2.2.0", + "version": "3.0.0", "description": "A secure boot compatible in-memory UxTheme patcher", "homepage": "https://github.com/namazso/SecureUxTheme", "license": "GPL-3.0-only", - "url": "https://github.com/namazso/SecureUxTheme/releases/download/v2.2.0/ThemeTool.exe", - "hash": "f4c17504abefb71eb0c21d022a9dfb11e6a7ce58e0f281ce0138de76d570b9dc", + "architecture": { + "64bit": { + "url": "https://github.com/namazso/SecureUxTheme/releases/download/v3.0.0/SecureUxTheme-amd64.zip", + "hash": "9B170FC59D6EFC3097A165735AA2641564C2445805A9E534E4C887B00A1D85D7" + }, + "32bit": { + "url": "https://github.com/namazso/SecureUxTheme/releases/download/v3.0.0/SecureUxTheme-x86.zip", + "hash": "8E79CA6CDD0536D8669BE4553C968AB418423C336EEAB99CD9D7BE7BC32DD71B" + }, + "arm64": { + "url": "https://github.com/namazso/SecureUxTheme/releases/download/v3.0.0/SecureUxTheme-arm64.zip", + "hash": "6D1EC05D084AF804936C0981980DBFB3902AD694B90EC9FD56ECD78A35633F25" + } + }, "shortcuts": [ [ "ThemeTool.exe", @@ -13,6 +25,16 @@ ], "checkver": "github", "autoupdate": { - "url": "https://github.com/namazso/SecureUxTheme/releases/download/v$version/ThemeTool.exe" + "architecture": { + "64bit": { + "url": "https://github.com/namazso/SecureUxTheme/releases/download/v$version/SecureUxTheme-amd64.zip" + }, + "32bit": { + "url": "https://github.com/namazso/SecureUxTheme/releases/download/v$version/SecureUxTheme-x86.zip" + }, + "arm64": { + "url": "https://github.com/namazso/SecureUxTheme/releases/download/v$version/SecureUxTheme-arm64.zip" + } + } } }