mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
website: add back download buttons
This commit is contained in:
parent
c36e819ba3
commit
97370712bc
@ -51,16 +51,21 @@ export const extendedDownloadLinks: Record<
|
|||||||
"exe",
|
"exe",
|
||||||
],
|
],
|
||||||
macOS: [`${releasesUrl}/Spotube-macos-universal.dmg`, [FaApple], "dmg"],
|
macOS: [`${releasesUrl}/Spotube-macos-universal.dmg`, [FaApple], "dmg"],
|
||||||
"Ubuntu, Debian": [
|
"Ubuntu, Debian (x64)": [
|
||||||
`${releasesUrl}/Spotube-linux-x86_64.deb`,
|
`${releasesUrl}/Spotube-linux-x86_64.deb`,
|
||||||
[FaUbuntu, FaDebian],
|
[FaUbuntu, FaDebian],
|
||||||
"deb",
|
"deb",
|
||||||
],
|
],
|
||||||
"Fedora, Redhat, Opensuse": [
|
"Ubuntu, Debian (arm64)": [
|
||||||
`${releasesUrl}/Spotube-linux-x86_64.rpm`,
|
`${releasesUrl}/Spotube-linux-aarch64.deb`,
|
||||||
[FaFedora, FaRedhat, FaOpensuse],
|
[FaUbuntu, FaDebian],
|
||||||
"rpm",
|
"deb",
|
||||||
],
|
],
|
||||||
|
// "Fedora, Redhat, Opensuse": [
|
||||||
|
// `${releasesUrl}/Spotube-linux-x86_64.rpm`,
|
||||||
|
// [FaFedora, FaRedhat, FaOpensuse],
|
||||||
|
// "rpm",
|
||||||
|
// ],
|
||||||
iPhone: [`${releasesUrl}/Spotube-iOS.ipa`, [FaApple], "ipa"],
|
iPhone: [`${releasesUrl}/Spotube-iOS.ipa`, [FaApple], "ipa"],
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -22,34 +22,7 @@ const otherDownloads: [string, string, IconType][] = [
|
|||||||
<br /><br />
|
<br /><br />
|
||||||
<h5 class="h5">Spotube is available for every platform</h5>
|
<h5 class="h5">Spotube is available for every platform</h5>
|
||||||
<br />
|
<br />
|
||||||
<!-- WARNING! -->
|
<DownloadItems links={extendedDownloadLinks} />
|
||||||
<h3 class="h3 text-red-500" data-svelte-h="svelte-1l4b696">
|
|
||||||
Versions of Spotube (<=v4.0.2) are ceased to work with Spotify™ API.
|
|
||||||
<br />
|
|
||||||
So users can no longer use/download those versions.
|
|
||||||
<br />
|
|
||||||
Please wait for the next version that will remedy this issue by not using such
|
|
||||||
APIs.
|
|
||||||
</h3>
|
|
||||||
<p class="text-surface-500 mt-5" data-svelte-h="svelte-1nkw9cu">
|
|
||||||
Spotube has no affiliation with Spotify™ or any of its subsidiaries.
|
|
||||||
</p>
|
|
||||||
<br />
|
|
||||||
<br />
|
|
||||||
<!-- <DownloadItems links={extendedDownloadLinks} /> -->
|
|
||||||
<h6 class="h6 mb-5" data-svelte-h="svelte-1ws2638">
|
|
||||||
The new Spotube v5 is still under beta. Please use the Nightly version
|
|
||||||
until stable release.
|
|
||||||
</h6>
|
|
||||||
<!-- WARNING! -->
|
|
||||||
<div class="flex">
|
|
||||||
<a href="/downloads/nightly" class="flex gap-2 btn btn-lg preset-filled">
|
|
||||||
<LuDownload />
|
|
||||||
Download Nightly
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
<br />
|
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
<Ads adSlot={ADS_SLOTS.downloadPageDisplay} adFormat="auto" />
|
<Ads adSlot={ADS_SLOTS.downloadPageDisplay} adFormat="auto" />
|
||||||
<br />
|
<br />
|
||||||
|
@ -53,11 +53,11 @@ import { ADS_SLOTS } from "~/collections/app";
|
|||||||
</div>
|
</div>
|
||||||
<div class="flex justify-center">
|
<div class="flex justify-center">
|
||||||
<a
|
<a
|
||||||
href="/downloads/nightly"
|
href="/downloads"
|
||||||
class="flex gap-2 btn btn-lg preset-filled"
|
class="flex gap-2 btn btn-lg preset-filled"
|
||||||
>
|
>
|
||||||
<LuDownload />
|
<LuDownload />
|
||||||
Download Nightly
|
Download
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user