There was an error while loading. Please reload this page.
1 parent 0e5baba commit e4f0236Copy full SHA for e4f0236
1 file changed
src/components/Hero.jsx
@@ -44,14 +44,14 @@ export const Hero = () => {
44
// `qsv.pro_${version}_aarch64.dmg`,
45
],
46
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
+ // [
+ // "Linux (x86_64, deb)",
+ // `qsv.pro_${version}_amd64.deb`,
+ // ],
+ // "Linux (x86_64, rpm)",
+ // `qsv.pro-${version}-1.x86_64.rpm`,
55
[
56
"Linux (x86_64, AppImage)",
57
`qsv.pro_${version}_amd64.AppImage`,
@@ -185,6 +185,10 @@ export const Hero = () => {
185
</>
186
)
187
)}
188
+ {platform === "linux" && <>
189
+ <br />
190
+ <small className="text-xs">We are currently resolving issues with the deb and rpm packages.</small>
191
+ </>}
192
</div>
193
194
0 commit comments