mirror of
https://github.com/dathere/qsvpro.dathere.com.git
synced 2025-12-19 05:59:24 +00:00
feat: add Linux rpm and deb installers, update Linux install FAQ
This commit is contained in:
parent
54bb543aa6
commit
d927f2f7c1
2 changed files with 9 additions and 1 deletions
|
|
@ -48,6 +48,14 @@ export const Hero = () => {
|
|||
"Linux (AppImage)",
|
||||
`qsv.pro_${version}_amd64.AppImage`,
|
||||
],
|
||||
[
|
||||
"Linux (deb)",
|
||||
`qsv.pro_${version}_amd64.deb`,
|
||||
],
|
||||
[
|
||||
"Linux (rpm)",
|
||||
`qsv.pro-${version}-1.x86_64.rpm`,
|
||||
],
|
||||
// `qsv-pro_${version}_amd64.deb`,
|
||||
],
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue