fix: also replace download URLs

This commit is contained in:
2025-04-30 07:35:54 +00:00
parent 2dad0de4f1
commit edef5cc6dc
3 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,10 @@
## 0.18.3
- Updated Rainycolor's domain・真
## 0.18.2
- Update Rainycolor's domain
- Updated Rainycolor's domain
## 0.18.1

View File

@ -109,7 +109,7 @@ impl Package {
loc: None,
rmt: Some(Remote {
package_url: p.package_url,
download_url: v.download_url,
download_url: v.download_url.replace("https://rainy.patafour.zip/", "https://www.rainycolor.org/"),
icon: v.icon,
deprecated: p.is_deprecated,
nsfw: p.has_nsfw_content,

View File

@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "STARTLINER",
"version": "0.18.2",
"version": "0.18.3",
"identifier": "zip.patafour.startliner",
"build": {
"beforeDevCommand": "bun run dev",