From 8b6844a21491d5fdb8d1aae180000afa121e0eca Mon Sep 17 00:00:00 2001 From: scillidan Date: Fri, 10 Jul 2026 22:13:33 +0800 Subject: [PATCH 1/2] desktop-plus: Add version 3.6.2.1 --- bucket/desktop-plus.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 bucket/desktop-plus.json diff --git a/bucket/desktop-plus.json b/bucket/desktop-plus.json new file mode 100644 index 00000000000000..c2c0342d00e399 --- /dev/null +++ b/bucket/desktop-plus.json @@ -0,0 +1,38 @@ +{ + "version": "3.6.2.1", + "description": "A GitHub Desktop fork with advanced functionality and improvements.", + "homepage": "https://github.com/desktop-plus/desktop-plus", + "license": "MIT", + "notes": [ + "Desktop Plus includes a CLI that lets you open repositories and clone them directly from the terminal.", + "You can try `desktop-plus-cli --help`.", + "See more on https://github.com/desktop-plus/desktop-plus/blob/main/docs/cli.md" + ], + "architecture": { + "64bit": { + "url": "https://github.com/desktop-plus/desktop-plus/releases/download/v3.6.2.1/DesktopPlus-v3.6.2.1-windows-x64.exe#/DesktopPlus.exe", + "hash": "a2c9e71fafc83593a8ca699af2a692f51d98f60dbf7df99f4a39090523069027" + }, + "arm64": { + "url": "https://github.com/desktop-plus/desktop-plus/releases/download/v3.6.2.1/DesktopPlus-v3.6.2.1-windows-arm64.exe#/DesktopPlus.exe", + "hash": "6f70a32a8522c2495527194f27ebe0fc839f535ed9584184216847693498d682" + } + }, + "shortcuts": [ + [ + "DesktopPlus.exe", + "Desktop Plus" + ] + ], + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/desktop-plus/desktop-plus/releases/download/v$version/DesktopPlus-v$version-windows-x64.exe#/DesktopPlus.exe" + }, + "arm64": { + "url": "https://github.com/desktop-plus/desktop-plus/releases/download/v$version/DesktopPlus-v$version-windows-arm64.exe#/DesktopPlus.exe" + } + } + } +} From 86dfbf1b4bc9a5df2468d9e564dcaea08bdc16f7 Mon Sep 17 00:00:00 2001 From: scillidan Date: Fri, 10 Jul 2026 14:21:53 +0000 Subject: [PATCH 2/2] Update homepage and checkver structure in JSON --- bucket/desktop-plus.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bucket/desktop-plus.json b/bucket/desktop-plus.json index c2c0342d00e399..442a4d49ffacf2 100644 --- a/bucket/desktop-plus.json +++ b/bucket/desktop-plus.json @@ -1,7 +1,7 @@ { "version": "3.6.2.1", "description": "A GitHub Desktop fork with advanced functionality and improvements.", - "homepage": "https://github.com/desktop-plus/desktop-plus", + "homepage": "https://desktop-plus.org", "license": "MIT", "notes": [ "Desktop Plus includes a CLI that lets you open repositories and clone them directly from the terminal.", @@ -24,7 +24,9 @@ "Desktop Plus" ] ], - "checkver": "github", + "checkver": { + "github": "https://github.com/desktop-plus/desktop-plus" + }, "autoupdate": { "architecture": { "64bit": {