generated from ScoopInstaller/BucketTemplate
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
83 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} | ||
} | ||
} | ||
} |