1
1
mirror of https://github.com/neosubhamoy/neodlp-website.git synced 2026-02-04 15:42:22 +05:30

refactor: updated to new tauri release package naming schemes

This commit is contained in:
2025-10-28 13:23:09 +05:30
Verified
parent bdcfedeeb1
commit 0f4c52bab2
6 changed files with 890 additions and 367 deletions

View File

@@ -25,7 +25,7 @@ export default function AllDownloadsSection({ release }: { release: LatestReleas
</div>
}
as="a"
href={release.platforms["windows-x86_64"].url}
href={release.platforms["windows-x86_64-nsis"].url}
target="_blank"
>
<span className="font-semibold flex items-center gap-2">
@@ -82,7 +82,7 @@ export default function AllDownloadsSection({ release }: { release: LatestReleas
</div>
}
as="a"
href={release.platforms["darwin-x86_64"].url}
href={release.platforms["darwin-x86_64-app"].url}
target="_blank"
>
<span className="font-semibold flex items-center gap-2">
@@ -120,7 +120,7 @@ export default function AllDownloadsSection({ release }: { release: LatestReleas
</div>
}
as="a"
href={release.platforms["darwin-aarch64"].url}
href={release.platforms["darwin-aarch64-app"].url}
target="_blank"
>
<span className="font-semibold flex items-center gap-2">
@@ -177,7 +177,7 @@ export default function AllDownloadsSection({ release }: { release: LatestReleas
</div>
}
as="a"
href={release.platforms["linux-x86_64"].url}
href={release.platforms["linux-x86_64-appimage"].url}
target="_blank"
>
<span className="font-semibold flex items-center gap-2">