mirror of
https://github.com/dathere/qsvpro.dathere.com.git
synced 2025-12-18 21:59:24 +00:00
chore: mention issues with deb/rpm packages
This commit is contained in:
parent
0e5babac93
commit
e4f023696e
1 changed files with 12 additions and 8 deletions
|
|
@ -44,14 +44,14 @@ export const Hero = () => {
|
|||
// `qsv.pro_${version}_aarch64.dmg`,
|
||||
],
|
||||
linux: [
|
||||
[
|
||||
"Linux (x86_64, deb)",
|
||||
`qsv.pro_${version}_amd64.deb`,
|
||||
],
|
||||
[
|
||||
"Linux (x86_64, rpm)",
|
||||
`qsv.pro-${version}-1.x86_64.rpm`,
|
||||
],
|
||||
// [
|
||||
// "Linux (x86_64, deb)",
|
||||
// `qsv.pro_${version}_amd64.deb`,
|
||||
// ],
|
||||
// [
|
||||
// "Linux (x86_64, rpm)",
|
||||
// `qsv.pro-${version}-1.x86_64.rpm`,
|
||||
// ],
|
||||
[
|
||||
"Linux (x86_64, AppImage)",
|
||||
`qsv.pro_${version}_amd64.AppImage`,
|
||||
|
|
@ -185,6 +185,10 @@ export const Hero = () => {
|
|||
</>
|
||||
)
|
||||
)}
|
||||
{platform === "linux" && <>
|
||||
<br />
|
||||
<small className="text-xs">We are currently resolving issues with the deb and rpm packages.</small>
|
||||
</>}
|
||||
</div>
|
||||
)
|
||||
)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue