Skip to content

Commit

Permalink
fix linux download link
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Feb 14, 2024
1 parent 8a71caf commit e50c4c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vuepress/components/Desktop.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const raw = [
{
key: "linux",
label: "Linux",
url: `https://github.com/alist-org/desktop-release/releases/latest/download/alist-desktop_$version_amd64.deb`,
url: `https://github.com/alist-org/desktop-release/releases/latest/download/alist-desktop_${version}_amd64.deb`,
},
] as const
Expand Down

0 comments on commit e50c4c4

Please sign in to comment.