mirror of
https://github.com/neosubhamoy/neodlp-website.git
synced 2026-03-22 16:25:49 +05:30
refactor: updated to new tauri release package naming schemes
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -109,7 +109,7 @@ export const ContainerScroll = ({
|
||||
</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">
|
||||
@@ -192,7 +192,7 @@ export const ContainerScroll = ({
|
||||
</div>
|
||||
}
|
||||
as="a"
|
||||
href={release.platforms["linux-x86_64-rpm"].url}
|
||||
href={release.platforms["linux-aarch64-deb"].url}
|
||||
target="_blank"
|
||||
>
|
||||
<span className="font-semibold flex items-center gap-2">
|
||||
@@ -201,7 +201,7 @@ export const ContainerScroll = ({
|
||||
</svg>
|
||||
Download for Linux
|
||||
</span>
|
||||
<span className="text-xs">(x64) RPM Package</span>
|
||||
<span className="text-xs">(ARM64) DEB Package</span>
|
||||
</SlidingButton>
|
||||
</>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user