mirror of
https://github.com/dathere/qsvpro.dathere.com.git
synced 2025-12-19 05:59:24 +00:00
feat: add deb and rpm
This commit is contained in:
parent
e4f023696e
commit
7bd5325b01
1 changed files with 8 additions and 12 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,10 +185,6 @@ 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