1
1
mirror of https://github.com/neosubhamoy/neodlp-website.git synced 2026-06-21 07:03:44 +05:30

refactor: added linux x64 appimage download option and improved curl-bash installers

This commit is contained in:
2025-10-12 20:20:16 +05:30
Verified
parent a1af290a10
commit d71f2c45b9
6 changed files with 78 additions and 26 deletions
+4
View File
@@ -19,6 +19,10 @@ let data = {
"windows-x86_64": {
signature: "",
url: "https://github.com/neosubhamoy/neodlp/releases/download/v0.0.0/NeoDLP_0.0.0_x64-setup.exe"
},
"linux-x86_64": {
signature: "",
url: "https://github.com/neosubhamoy/neodlp/releases/download/v0.0.0/NeoDLP_0.0.0_amd64.Appimage"
}
}
};