1
1
mirror of https://github.com/neosubhamoy/neodlp-website.git synced 2026-02-04 12:22:21 +05:30

fix: appimage extension typo

This commit is contained in:
2025-10-12 20:58:58 +05:30
Verified
parent 68f5146169
commit bdcfedeeb1
3 changed files with 3 additions and 3 deletions

View File

@@ -186,7 +186,7 @@ export default function AllDownloadsSection({ release }: { release: LatestReleas
</svg>
Download for Linux
</span>
<span className="text-xs">(x64) Appimage</span>
<span className="text-xs">(x64) AppImage</span>
</SlidingButton>
<SlidingButton
slidingContent={

View File

@@ -22,7 +22,7 @@ let data = {
},
"linux-x86_64": {
signature: "",
url: "https://github.com/neosubhamoy/neodlp/releases/download/v0.0.0/NeoDLP_0.0.0_amd64.Appimage"
url: "https://github.com/neosubhamoy/neodlp/releases/download/v0.0.0/NeoDLP_0.0.0_amd64.AppImage"
}
}
};

View File

@@ -24,7 +24,7 @@ let data = {
},
"linux-x86_64": {
signature: "",
url: "https://github.com/neosubhamoy/neodlp/releases/download/v0.0.0/NeoDLP_0.0.0_amd64.Appimage"
url: "https://github.com/neosubhamoy/neodlp/releases/download/v0.0.0/NeoDLP_0.0.0_amd64.AppImage"
}
}
};