Skip to content

Commit 0ae67e5

Browse files
committed
Use releases pages for app URLs
Replace direct installer asset download links with the GitHub releases pages for multiple apps (ThreadPilot, LightCrosshair, TweakHub, ZapTweaks) in client/src/components/AppsSection.tsx. This avoids hardcoding specific release asset URLs and ensures links point users to the latest available releases.
1 parent de11ecc commit 0ae67e5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

client/src/components/AppsSection.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const AppsSection = () => {
3131
description:
3232
"Alternativa open source a Process Lasso per Windows. Modifiche di sistema per utenti esperti.",
3333
features: ["Open-source", "Affinità processi su core", "Gestione powerplans"],
34-
url: "https://github.com/PrimeBuild-pc/ThreadPilot/releases/download/v0.1.0-beta/ThreadPilot_Setup.exe",
34+
url: "https://github.com/PrimeBuild-pc/ThreadPilot/releases",
3535
repoUrl: "https://github.com/PrimeBuild-pc/ThreadPilot",
3636
comingSoon: false,
3737
},
@@ -40,7 +40,7 @@ const AppsSection = () => {
4040
description:
4141
"Overlay di mirino leggero e personalizzabile per migliorare la precisione nei giochi FPS.",
4242
features: ["Overlay trasparente", "Mirino personalizzabile", "Profilo per gioco"],
43-
url: "https://github.com/PrimeBuild-pc/LightCrosshair/releases/download/v1.0.0/LightCrosshair-Setup.exe",
43+
url: "https://github.com/PrimeBuild-pc/LightCrosshair/releases",
4444
repoUrl: "https://github.com/PrimeBuild-pc/LightCrosshair",
4545
comingSoon: false,
4646
},
@@ -49,7 +49,7 @@ const AppsSection = () => {
4949
description:
5050
"Centro di controllo all-in-one per modifiche e ottimizzazioni di Windows 11.",
5151
features: ["Affinità processi su core", "Gestione powerplans", "Controllo estremo"],
52-
url: "https://github.com/PrimeBuild-pc/TweakHub/releases/download/v0.1.0-beta/TweakHub-Setup-0.1.0-beta.exe",
52+
url: "https://github.com/PrimeBuild-pc/TweakHub/releases",
5353
repoUrl: "https://github.com/PrimeBuild-pc/TweakHub",
5454
comingSoon: false,
5555
},
@@ -58,7 +58,7 @@ const AppsSection = () => {
5858
description:
5959
"App per veloci tweaks su Windows 11, ideale per ottimizzazioni base su una fresh install.",
6060
features: ["Tweaks rapidi", "Ottimizzazione Win11", "Fresh install"],
61-
url: "https://github.com/PrimeBuild-pc/ZapTweaks/releases/download/v1.0.0/ZapTweaks_v1.0.0_Setup.exe",
61+
url: "https://github.com/PrimeBuild-pc/ZapTweaks/releases",
6262
repoUrl: "https://github.com/PrimeBuild-pc/ZapTweaks",
6363
comingSoon: false,
6464
},

0 commit comments

Comments
 (0)