From 8aa827afcbfdeae9ce2f0d33b1de7eaba8f46f75 Mon Sep 17 00:00:00 2001 From: BapiGso <59081856+BapiGso@users.noreply.github.com> Date: Tue, 28 Jul 2026 23:05:40 +0800 Subject: [PATCH] universal-x86-tuning-utility: Add version 26.2.0 --- bucket/universal-x86-tuning-utility.json | 44 ++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 bucket/universal-x86-tuning-utility.json diff --git a/bucket/universal-x86-tuning-utility.json b/bucket/universal-x86-tuning-utility.json new file mode 100644 index 00000000000000..8ae317063678b9 --- /dev/null +++ b/bucket/universal-x86-tuning-utility.json @@ -0,0 +1,44 @@ +{ + "version": "26.2.0", + "description": "Advanced tuning utility for AMD and Intel powered laptops, handhelds and mini PCs", + "homepage": "https://github.com/JamesCJ60/Universal-x86-Tuning-Utility", + "license": { + "identifier": "GPL-3.0-only", + "url": "https://github.com/JamesCJ60/Universal-x86-Tuning-Utility/blob/master/LICENSE" + }, + "notes": "Universal x86 Tuning Utility must be run as administrator to access CPU/APU registers.", + "suggest": { + ".NET Desktop Runtime 10.0": "versions/windowsdesktop-runtime-10.0" + }, + "architecture": { + "64bit": { + "url": "https://github.com/JamesCJ60/Universal-x86-Tuning-Utility/releases/download/26.2.0/Universal.x86.Tuning.Utility.Portable.zip", + "hash": "81dd6e8fba122a447d05a9220259cad9b14ba01e141cac320a0c53206ffc6553" + } + }, + "extract_dir": "net10.0-windows10.0.22621.0", + "pre_install": [ + "'apuPresets.json', 'amdDtCpuPresets.json', 'intelPresets.json' | ForEach-Object {", + " if (!(Test-Path \"$persist_dir\\$_\")) { Set-Content \"$dir\\$_\" '{}' -Encoding Ascii }", + "}" + ], + "shortcuts": [ + [ + "Universal x86 Tuning Utility.exe", + "Universal x86 Tuning Utility" + ] + ], + "persist": [ + "apuPresets.json", + "amdDtCpuPresets.json", + "intelPresets.json" + ], + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/JamesCJ60/Universal-x86-Tuning-Utility/releases/download/$version/Universal.x86.Tuning.Utility.Portable.zip" + } + } + } +}