From 8e2cd2c0f838eea4c9f89e0d6c3a328b75271cd3 Mon Sep 17 00:00:00 2001 From: cheng1nuo Date: Sat, 2 Nov 2024 03:04:11 +0800 Subject: [PATCH] add some files --- bucket/ddns-go.json | 35 ++++++++++++++++++++++++++ bucket/lx-music-desktop.json | 48 ++++++++++++++++++++++++++++++++++++ 2 files changed, 83 insertions(+) create mode 100644 bucket/ddns-go.json create mode 100644 bucket/lx-music-desktop.json diff --git a/bucket/ddns-go.json b/bucket/ddns-go.json new file mode 100644 index 0000000..7dc4259 --- /dev/null +++ b/bucket/ddns-go.json @@ -0,0 +1,35 @@ +{ + "version": "6.7.3", + "description": "简单好用的DDNS。自动更新域名解析到公网IP(支持阿里云、腾讯云dnspod、Cloudflare、华为云、百度云、porkbun)", + "homepage": "https://github.com/jeessy2/ddns-go", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/jeessy2/ddns-go/releases/download/v6.7.3/ddns-go_6.7.3_windows_x86_64.zip", + "hash": "3905760c98a5089926d8de7b1a020cb10eadb786c6f6491c3d224aa947c2985a" + }, + "32bit": { + "url": "https://github.com/jeessy2/ddns-go/releases/download/v6.7.3/ddns-go_6.7.3_windows_i386.zip", + "hash": "9e7c6c5acadec45695d3d4e15d69b2fa360f52a02f06acb1aa827c613a9f53f3" + }, + "arm64": { + "url": "https://github.com/jeessy2/ddns-go/releases/download/v6.7.3/ddns-go_6.7.3_windows_arm64.zip", + "hash": "1a4d466279a8ae4df4d07c48b15c952aba4b6a08c885eee2e8af69cf899c1024" + } + }, + "bin": "ddns-go.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/jeessy2/ddns-go/releases/download/v$version/ddns-go_$version_windows_x86_64.zip" + }, + "32bit": { + "url": "https://github.com/jeessy2/ddns-go/releases/download/v$version/ddns-go_$version_windows_i386.zip" + }, + "arm64": { + "url": "https://github.com/jeessy2/ddns-go/releases/download/v$version/ddns-go_$version_windows_arm64.zip" + } + } + } +} diff --git a/bucket/lx-music-desktop.json b/bucket/lx-music-desktop.json new file mode 100644 index 0000000..259e910 --- /dev/null +++ b/bucket/lx-music-desktop.json @@ -0,0 +1,48 @@ +{ + "version": "2.9.0", + "description": "Music player", + "homepage": "https://github.com/lyswhut/lx-music-desktop", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/lyswhut/lx-music-desktop/releases/download/v2.9.0/lx-music-desktop-v2.9.0-win_x64-green.7z", + "hash": "6f84474fe0829092bf8669da294d5f42843800d88af8119c19cd3df262cd9033" + }, + "32bit": { + "url": "https://github.com/lyswhut/lx-music-desktop/releases/download/v2.9.0/lx-music-desktop-v2.9.0-win7_x86-green.7z", + "hash": "9e2594a6dab86c19e4e0d33bcde8b9764e57d1788473f3ccb3f423377b65f30e" + } + }, + "shortcuts": [ + [ + "lx-music-desktop.bat", + "LX Music" + ] + ], + "installer": { + "script": [ + "$configpath = \"$env:APPDATA\\lx-music-desktop\\LxDatas\"", + "if (!(Test-Path \"$configpath\")) {", + " New-Item -Path \"$configpath\" -Type Directory -Force | Out-Null", + "}", + "Invoke-WebRequest -Uri \"http://url.xrgzs.top/lxapi\" -OutFile \"$configpath\\LxDatas\\user_api.json\"", + "# handle runtime cache", + "ensure \"$persist_dir\\appdata\" | Out-Null", + "New-Item \"$env:APPDATA\\lx-music-desktop\" -ItemType Junction -Target \"$persist_dir\\appdata\" | Out-Null" + ] + }, + "persist": [ + "appdata" + ], + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/lyswhut/lx-music-desktop/releases/download/v$version/lx-music-desktop-v$version-win_x64-green.7z" + }, + "32bit": { + "url": "https://github.com/lyswhut/lx-music-desktop/releases/download/v$version/lx-music-desktop-v$version-win7_x86-green.7z" + } + } + } +}