diff --git a/Apps/LandingSite/scripts/fetch-release.ts b/Apps/LandingSite/scripts/fetch-release.ts index 3255ac8..7c38d1c 100644 --- a/Apps/LandingSite/scripts/fetch-release.ts +++ b/Apps/LandingSite/scripts/fetch-release.ts @@ -12,7 +12,7 @@ import { fileURLToPath } from 'node:url'; const __dirname = dirname(fileURLToPath(import.meta.url)); -const OWNER = 'nicekid1'; +const OWNER = 'CSZHK'; const REPO = 'CleanMyPc'; const OUTPUT = join(__dirname, '..', 'src', 'data', 'release-manifest.json'); diff --git a/Apps/LandingSite/src/components/FooterSection.astro b/Apps/LandingSite/src/components/FooterSection.astro index 192141b..4a7e76b 100644 --- a/Apps/LandingSite/src/components/FooterSection.astro +++ b/Apps/LandingSite/src/components/FooterSection.astro @@ -12,7 +12,7 @@ const copy = t(locale); const manifest = getRelease(); const downloadUrl = getDownloadUrl(manifest); -const REPO_URL = 'https://github.com/nicekid1/CleanMyPc'; +const REPO_URL = 'https://github.com/CSZHK/CleanMyPc'; ---