diff --git a/bucket/desktop-plus.json b/bucket/desktop-plus.json new file mode 100644 index 00000000000000..442a4d49ffacf2 --- /dev/null +++ b/bucket/desktop-plus.json @@ -0,0 +1,40 @@ +{ + "version": "3.6.2.1", + "description": "A GitHub Desktop fork with advanced functionality and improvements.", + "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.", + "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": "https://github.com/desktop-plus/desktop-plus" + }, + "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" + } + } + } +}