diff --git a/bucket/compactgui.json b/bucket/compactgui.json index afa4a9335da018..dcabef038915b4 100644 --- a/bucket/compactgui.json +++ b/bucket/compactgui.json @@ -3,8 +3,15 @@ "description": "CompactGUI is a standalone user interface that makes the Windows 10 compact.exe function easier to use.", "homepage": "https://github.com/ImminentFate/CompactGUI", "license": "GPL-3.0-only", - "url": "https://github.com/ImminentFate/CompactGUI/releases/download/v3.8.0/CompactGUI.exe", - "hash": "f21963a68c25b72d59a8431af2e0e98b4a701e87c4f4a47ec4363238d7d384d2", + "suggest": { + ".NET Desktop Runtime": "extras/windowsdesktop-runtime" + }, + "architecture": { + "64bit": { + "url": "https://github.com/ImminentFate/CompactGUI/releases/download/v3.8.0/CompactGUI.exe", + "hash": "f21963a68c25b72d59a8431af2e0e98b4a701e87c4f4a47ec4363238d7d384d2" + } + }, "bin": "CompactGUI.exe", "shortcuts": [ [ @@ -12,12 +19,16 @@ "CompactGUI" ] ], - "checkver": "github", + "checkver": { + "url": "https://api.github.com/repos/ImminentFate/CompactGUI/releases", + "jsonpath": "$..tag_name", + "regex": "v([\\d.]+)\"" + }, "autoupdate": { - "url": "https://github.com/ImminentFate/CompactGUI/releases/download/v$version/CompactGUI.exe", - "hash": { - "url": "https://github.com/ImminentFate/CompactGUI/releases/tag/v$version/", - "regex": "SHA-256.*?$sha256" + "architecture": { + "64bit": { + "url": "https://github.com/ImminentFate/CompactGUI/releases/download/v$version/CompactGUI.exe" + } } } }