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:
@@ -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"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user