1
1
mirror of https://github.com/neosubhamoy/neodlp-website.git synced 2026-06-21 03:33:44 +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
+1 -1
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"
}
}
};