Skip to content

Commit 3c4e3b9

Browse files
committed
remove mention of the appimage
1 parent aa6e23a commit 3c4e3b9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/components/buttons/DownloadButton/DownloadButton.tsx

-6
Original file line numberDiff line numberDiff line change
@@ -193,12 +193,6 @@ export const DownloadButton = ({ platformType, owner, repo, version }: DownloadP
193193
<>
194194
<p>
195195
Other ways to install defguard on linux →{" "}
196-
<a
197-
href={`https://github.com/${owner}/${repo}/releases/download/v${version}/defguard-client_${version}_amd64.AppImage`}
198-
>
199-
AppImage
200-
</a>{" "}
201-
|{" "}
202196
<a
203197
href={`https://github.com/${owner}/${repo}/releases/download/v${version}/defguard-client-linux-x86_64-v${version}.tar.gz`}
204198
>

0 commit comments

Comments
 (0)