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:
@@ -186,7 +186,7 @@ export default function AllDownloadsSection({ release }: { release: LatestReleas
|
|||||||
</svg>
|
</svg>
|
||||||
Download for Linux
|
Download for Linux
|
||||||
</span>
|
</span>
|
||||||
<span className="text-xs">(x64) Appimage</span>
|
<span className="text-xs">(x64) AppImage</span>
|
||||||
</SlidingButton>
|
</SlidingButton>
|
||||||
<SlidingButton
|
<SlidingButton
|
||||||
slidingContent={
|
slidingContent={
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ let data = {
|
|||||||
},
|
},
|
||||||
"linux-x86_64": {
|
"linux-x86_64": {
|
||||||
signature: "",
|
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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ let data = {
|
|||||||
},
|
},
|
||||||
"linux-x86_64": {
|
"linux-x86_64": {
|
||||||
signature: "",
|
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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user