1
1
mirror of https://github.com/neosubhamoy/neodlp-website.git synced 2026-03-22 18:45:49 +05:30

refactor: revert back to old tauri release asset naming scheme

This commit is contained in:
2026-01-20 22:52:54 +05:30
Verified
parent 80e9c60304
commit 0139fbbb88
9 changed files with 1805 additions and 1042 deletions

View File

@@ -251,7 +251,7 @@ export default function AllDownloadsSection({ release }: { release: LatestReleas
<TriangleAlert className="size-4 stroke-yellow-400" />
<AlertTitle>Experimental Binary Downloads!</AlertTitle>
<AlertDescription>
MacOS ARM64 binary downloads are experimental and may not open on Apple Silicon Macs if downloaded from browser (You will get 'Damaged File' error) it's because the binaries are not signed (signing MacOS binaries requires 99$/year Apple Developer Account subscription, which I can't afford RN!) and Apple Silicon Macs don't allow unsigned apps (downloaded from browser) to be installed on the system. If you want to use NeoDLP on your Apple Silicon Macs, you can simply use the command line Curl-Bash Installer (Recommended) given below -OR- <a className="underline" href="https://github.com/neosubhamoy/neodlp?tab=readme-ov-file#%EF%B8%8F-contributing--building-from-source" target="_blank">compile it from source</a>
MacOS ARM64 binary downloads are experimental and may not open on Apple Silicon Macs if downloaded from browser (You will get 'Damaged File' error) it's because the binaries are not signed (signing MacOS binaries requires 99$/year Apple Developer Account subscription, which I can't afford RN!) and Apple Silicon Macs don't allow unsigned apps (downloaded from browser) to be installed on the system. If you want to use NeoDLP on your Apple Silicon Macs, you can simply use the command line Curl-Bash Installer (Recommended) given below!
</AlertDescription>
</Alert>
</div>
@@ -263,7 +263,7 @@ export default function AllDownloadsSection({ release }: { release: LatestReleas
</div>
<div className="flex flex-col items-center justify-center gap-4 mt-12 z-20">
<CommandSnippet title="Windows (WinGet)">
winget install neodlp
winget install neosubhamoy.neodlp
</CommandSnippet>
<CommandSnippet title="MacOS (Curl-Bash Installer)">
curl -sSL https://neodlp.neosubhamoy.com/macos_installer.sh | bash

View File

@@ -20,7 +20,7 @@ export default function HeroSection({ release }: { release: LatestRelease }) {
titleComponent={
<>
<h1 className="text-4xl font-semibold text-black dark:text-white">
The next-gen truely cross-platform <br />
The next-gen truly cross-platform <br />
<span className="text-4xl md:text-[6rem] font-bold mt-1 leading-none">
Video Downloader
</span>

View File

@@ -12,7 +12,7 @@ export default function Footer() {
<h5 className="text-2xl font-bold">NeoDLP</h5>
</a>
<p className="text-sm text-muted-foreground">The Next-Gen Cross-Platform Video Downloader</p>
<p className="text-sm mt-1">NeoDLP &copy; {new Date().getFullYear()} - All Rights Reserved &#8226; <a className="hover:underline" href="https://github.com/neosubhamoy/neodlp/blob/main/LICENSE" target="_blank">MIT License</a></p>
<p className="text-sm mt-1">NeoDLP &copy; 2025 - {new Date().getFullYear()} &#8226; All Rights Reserved &#8226; <a className="hover:underline" href="https://github.com/neosubhamoy/neodlp/blob/main/LICENSE" target="_blank">MIT License</a></p>
</div>
<div className="flex flex-col gap-2">
<a className="flex items-center text-xs text-muted-foreground hover:underline" href="mailto:support@neodlp.neosubhamoy.com">