Skip to content

Commit e4f0236

Browse files
committed
chore: mention issues with deb/rpm packages
1 parent 0e5baba commit e4f0236

1 file changed

Lines changed: 12 additions & 8 deletions

File tree

src/components/Hero.jsx

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ export const Hero = () => {
4444
// `qsv.pro_${version}_aarch64.dmg`,
4545
],
4646
linux: [
47-
[
48-
"Linux (x86_64, deb)",
49-
`qsv.pro_${version}_amd64.deb`,
50-
],
51-
[
52-
"Linux (x86_64, rpm)",
53-
`qsv.pro-${version}-1.x86_64.rpm`,
54-
],
47+
// [
48+
// "Linux (x86_64, deb)",
49+
// `qsv.pro_${version}_amd64.deb`,
50+
// ],
51+
// [
52+
// "Linux (x86_64, rpm)",
53+
// `qsv.pro-${version}-1.x86_64.rpm`,
54+
// ],
5555
[
5656
"Linux (x86_64, AppImage)",
5757
`qsv.pro_${version}_amd64.AppImage`,
@@ -185,6 +185,10 @@ export const Hero = () => {
185185
</>
186186
)
187187
)}
188+
{platform === "linux" && <>
189+
<br />
190+
<small className="text-xs">We are currently resolving issues with the deb and rpm packages.</small>
191+
</>}
188192
</div>
189193
)
190194
)}

0 commit comments

Comments
 (0)