diff --git a/bucket/xpipe-ptb.json b/bucket/xpipe-ptb.json new file mode 100644 index 00000000000..3e7bfb18feb --- /dev/null +++ b/bucket/xpipe-ptb.json @@ -0,0 +1,39 @@ +{ + "version": "11.0-12", + "description": "A brand-new shell connection hub and remote file manager", + "homepage": "https://xpipe.io/", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/xpipe-io/xpipe-ptb/releases/download/11.0-12/xpipe-portable-windows-x86_64.zip", + "hash": "d8ffd4b85959ff5b1841936589f71fcffd953903324f77a5bcd74c264f200496", + "extract_dir": "xpipe-11.0-12" + } + }, + "bin": "cli\\bin\\xpipe.exe", + "shortcuts": [ + [ + "app\\xpiped.exe", + "XPipe" + ] + ], + "checkver": { + "script": [ + "$Response = [PSCustomObject[]](Invoke-RestMethod -Method 'Get' -Uri 'https://api.github.com/repos/xpipe-io/xpipe-ptb/releases')", + "[string]($Response | Sort-Object -Property published_at -Descending)[0].tag_name" + ], + "regex": "(?.+)", + "replace": "${version}" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/xpipe-io/xpipe-ptb/releases/download/$version/xpipe-portable-windows-x86_64.zip", + "extract_dir": "xpipe-$version" + } + }, + "hash": { + "url": "$baseurl/sha256sums.txt" + } + } +}