mirror of
https://github.com/neosubhamoy/neodlp-website.git
synced 2026-06-21 01:13:44 +05:30
chore: bumped up to v0.2.0
This commit is contained in:
@@ -2,37 +2,35 @@
|
|||||||
|
|
||||||
Official Website of NeoDLP (Neo Downloader Plus)
|
Official Website of NeoDLP (Neo Downloader Plus)
|
||||||
|
|
||||||
[](https://github.com/neosubhamoy/neodlp-website)
|
[](https://github.com/neosubhamoy/neodlp-website/tags)
|
||||||
[](https://github.com/neosubhamoy/neodlp-website)
|
[](https://github.com/neosubhamoy/neodlp-website/stargazers)
|
||||||
[](https://github.com/neosubhamoy/neodlp-website)
|
[](https://github.com/neosubhamoy/neodlp-website/blob/main/LICENSE)
|
||||||
|
|
||||||
> **🥰 Liked this project? Please consider giving it a Star (🌟) on github to show us your appreciation and help the algorythm recommend this project to even more awesome people like you!**
|
> [!TIP]
|
||||||
|
> **🥰 Liked this project? Please consider giving it a star (🌟) on github to show us your appreciation and help the algorithm recommend this project to even more awesome people like you!**
|
||||||
|
|
||||||
### ⚡ Technologies Used
|
## Technologies Used
|
||||||
|
|
||||||

|
[](https://astro.build)
|
||||||

|
[](https://react.dev)
|
||||||

|
[](https://www.typescriptlang.org)
|
||||||

|
[](https://ui.shadcn.com)
|
||||||

|
[](https://ui.aceternity.com)
|
||||||
|
|
||||||
### 🛠️ Contributing / Building from Source
|
## Building from Source
|
||||||
|
|
||||||
Want to be part of this? Feel free to contribute...!! Pull Requests are always welcome...!! (^_^) Follow these simple steps to start building:
|
Want to run/build NeoDLP Website from the source code? Follow these simple steps:
|
||||||
|
|
||||||
* Make sure to install Node.js, Git before proceeding.
|
* Make sure to install [Node.js](https://nodejs.org/en), and [Git](https://git-scm.com/downloads) before proceeding.
|
||||||
1. Fork this repo in your github account.
|
1. Clone this repo in your local machine: `git clone https://github.com/neosubhamoy/neodlp-website.git`
|
||||||
2. Git clone the forked repo in your local machine.
|
2. Go inside the cloned project directory: `cd neodlp-website`
|
||||||
3. Install Node.js dependencies: `npm install`
|
3. Install Node.js dependencies: `npm install`
|
||||||
4. Run development / build process
|
4. Run development / build process
|
||||||
```code
|
```code
|
||||||
npm run dev # for development
|
npm run dev # for development
|
||||||
npm run build # for production build
|
npm run build # for production build
|
||||||
```
|
```
|
||||||
5. Do the changes, Send a Pull Request with proper Description (NOTE: Pull Requests Without Proper Description will be Rejected)
|
|
||||||
|
|
||||||
**⭕ Noticed any Bugs or Want to give us some suggetions? Always feel free to open a GitHub Issue. We would love to hear from you...!!**
|
## License
|
||||||
|
|
||||||
### 📝 License
|
|
||||||
|
|
||||||
NeoDLP Website is Licensed under the [MIT license](https://github.com/neosubhamoy/neodlp-website/blob/main/LICENSE). Anyone can view, modify, use (personal and commercial) or distribute it's sources without any attribution and extra permissions.
|
NeoDLP Website is Licensed under the [MIT license](https://github.com/neosubhamoy/neodlp-website/blob/main/LICENSE). Anyone can view, modify, use (personal and commercial) or distribute it's sources without any attribution and extra permissions.
|
||||||
|
|||||||
Generated
+879
-951
File diff suppressed because it is too large
Load Diff
+15
-15
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "neodlp-website",
|
"name": "neodlp-website",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.1.5",
|
"version": "0.2.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "astro dev",
|
"dev": "astro dev",
|
||||||
"build": "astro build",
|
"build": "astro build",
|
||||||
@@ -9,32 +9,32 @@
|
|||||||
"astro": "astro"
|
"astro": "astro"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/mdx": "^5.0.4",
|
"@astrojs/mdx": "^5.0.6",
|
||||||
"@astrojs/netlify": "^7.0.8",
|
"@astrojs/netlify": "^7.0.10",
|
||||||
"@astrojs/react": "^5.0.4",
|
"@astrojs/react": "^5.0.5",
|
||||||
"@astrojs/sitemap": "^3.7.2",
|
"@astrojs/sitemap": "^3.7.3",
|
||||||
"@hugeicons/core-free-icons": "^4.1.1",
|
"@hugeicons/core-free-icons": "^4.1.4",
|
||||||
"@hugeicons/react": "^1.1.6",
|
"@hugeicons/react": "^1.1.6",
|
||||||
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
||||||
"@radix-ui/react-separator": "^1.1.8",
|
"@radix-ui/react-separator": "^1.1.8",
|
||||||
"@radix-ui/react-slot": "^1.2.4",
|
"@radix-ui/react-slot": "^1.2.4",
|
||||||
"@tailwindcss/vite": "^4.2.4",
|
"@tailwindcss/vite": "^4.3.0",
|
||||||
"@types/canvas-confetti": "^1.9.0",
|
"@types/canvas-confetti": "^1.9.0",
|
||||||
"@types/react": "^19.2.14",
|
"@types/react": "^19.2.15",
|
||||||
"@types/react-dom": "^19.2.3",
|
"@types/react-dom": "^19.2.3",
|
||||||
"astro": "^6.2.1",
|
"astro": "^6.3.8",
|
||||||
"astro-loading-indicator": "^0.8.0",
|
"astro-loading-indicator": "^0.8.0",
|
||||||
"canvas-confetti": "^1.9.4",
|
"canvas-confetti": "^1.9.4",
|
||||||
"class-variance-authority": "^0.7.1",
|
"class-variance-authority": "^0.7.1",
|
||||||
"clsx": "^2.1.1",
|
"clsx": "^2.1.1",
|
||||||
"lucide-react": "^1.14.0",
|
"lucide-react": "^1.16.0",
|
||||||
"motion": "^12.38.0",
|
"motion": "^12.40.0",
|
||||||
"next-themes": "^0.4.6",
|
"next-themes": "^0.4.6",
|
||||||
"react": "^19.2.5",
|
"react": "^19.2.6",
|
||||||
"react-dom": "^19.2.5",
|
"react-dom": "^19.2.6",
|
||||||
"sonner": "^2.0.7",
|
"sonner": "^2.0.7",
|
||||||
"tailwind-merge": "^3.5.0",
|
"tailwind-merge": "^3.6.0",
|
||||||
"tailwindcss": "^4.2.4"
|
"tailwindcss": "^4.3.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"tw-animate-css": "^1.4.0"
|
"tw-animate-css": "^1.4.0"
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ export default function AllDownloadsSection({ release }: { release: LatestReleas
|
|||||||
</svg>
|
</svg>
|
||||||
Download for Windows
|
Download for Windows
|
||||||
</span>
|
</span>
|
||||||
<span className="text-xs">(x64 / ARM64) EXE Installer</span>
|
<span className="text-xs">(x64) EXE Installer</span>
|
||||||
</SlidingButton>
|
</SlidingButton>
|
||||||
<SlidingButton
|
<SlidingButton
|
||||||
slidingContent={
|
slidingContent={
|
||||||
@@ -55,6 +55,44 @@ export default function AllDownloadsSection({ release }: { release: LatestReleas
|
|||||||
</span>
|
</span>
|
||||||
<span className="text-xs">(x64) MSI Installer</span>
|
<span className="text-xs">(x64) MSI Installer</span>
|
||||||
</SlidingButton>
|
</SlidingButton>
|
||||||
|
<SlidingButton
|
||||||
|
slidingContent={
|
||||||
|
<div className="flex items-center justify-center gap-2 text-white dark:text-black">
|
||||||
|
<Download className="size-4" />
|
||||||
|
<span>Download Now</span>
|
||||||
|
</div>
|
||||||
|
}
|
||||||
|
as="a"
|
||||||
|
href={release.platforms["windows-aarch64-nsis"].url}
|
||||||
|
target="_blank"
|
||||||
|
>
|
||||||
|
<span className="font-semibold flex items-center gap-2">
|
||||||
|
<svg className="size-4 fill-white dark:fill-black" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
|
||||||
|
<path d="M0 93.7l183.6-25.3v177.4H0V93.7zm0 324.6l183.6 25.3V268.4H0v149.9zm203.8 28L448 480V268.4H203.8v177.9zm0-380.6v180.1H448V32L203.8 65.7z"/>
|
||||||
|
</svg>
|
||||||
|
Download for Windows
|
||||||
|
</span>
|
||||||
|
<span className="text-xs">(ARM64) EXE Installer</span>
|
||||||
|
</SlidingButton>
|
||||||
|
<SlidingButton
|
||||||
|
slidingContent={
|
||||||
|
<div className="flex items-center justify-center gap-2 text-white dark:text-black">
|
||||||
|
<Download className="size-4" />
|
||||||
|
<span>Download Now</span>
|
||||||
|
</div>
|
||||||
|
}
|
||||||
|
as="a"
|
||||||
|
href={release.platforms["windows-aarch64-msi"].url}
|
||||||
|
target="_blank"
|
||||||
|
>
|
||||||
|
<span className="font-semibold flex items-center gap-2">
|
||||||
|
<svg className="size-4 fill-white dark:fill-black" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
|
||||||
|
<path d="M0 93.7l183.6-25.3v177.4H0V93.7zm0 324.6l183.6 25.3V268.4H0v149.9zm203.8 28L448 480V268.4H203.8v177.9zm0-380.6v180.1H448V32L203.8 65.7z"/>
|
||||||
|
</svg>
|
||||||
|
Download for Windows
|
||||||
|
</span>
|
||||||
|
<span className="text-xs">(ARM64) MSI Installer</span>
|
||||||
|
</SlidingButton>
|
||||||
<SlidingButton
|
<SlidingButton
|
||||||
slidingContent={
|
slidingContent={
|
||||||
<div className="flex items-center justify-center gap-2 text-white dark:text-black">
|
<div className="flex items-center justify-center gap-2 text-white dark:text-black">
|
||||||
@@ -169,25 +207,6 @@ export default function AllDownloadsSection({ release }: { release: LatestReleas
|
|||||||
</span>
|
</span>
|
||||||
<span className="text-xs">(x64) RPM Package</span>
|
<span className="text-xs">(x64) RPM Package</span>
|
||||||
</SlidingButton>
|
</SlidingButton>
|
||||||
<SlidingButton
|
|
||||||
slidingContent={
|
|
||||||
<div className="flex items-center justify-center gap-2 text-white dark:text-black">
|
|
||||||
<Download className="size-4" />
|
|
||||||
<span>Download Now</span>
|
|
||||||
</div>
|
|
||||||
}
|
|
||||||
as="a"
|
|
||||||
href={release.platforms["linux-x86_64-appimage"].url}
|
|
||||||
target="_blank"
|
|
||||||
>
|
|
||||||
<span className="font-semibold flex items-center gap-2">
|
|
||||||
<svg className="size-4 fill-white dark:fill-black" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
|
|
||||||
<path d="M220.8 123.3c1 .5 1.8 1.7 3 1.7 1.1 0 2.8-.4 2.9-1.5 .2-1.4-1.9-2.3-3.2-2.9-1.7-.7-3.9-1-5.5-.1-.4 .2-.8 .7-.6 1.1 .3 1.3 2.3 1.1 3.4 1.7zm-21.9 1.7c1.2 0 2-1.2 3-1.7 1.1-.6 3.1-.4 3.5-1.6 .2-.4-.2-.9-.6-1.1-1.6-.9-3.8-.6-5.5 .1-1.3 .6-3.4 1.5-3.2 2.9 .1 1 1.8 1.5 2.8 1.4zM420 403.8c-3.6-4-5.3-11.6-7.2-19.7-1.8-8.1-3.9-16.8-10.5-22.4-1.3-1.1-2.6-2.1-4-2.9-1.3-.8-2.7-1.5-4.1-2 9.2-27.3 5.6-54.5-3.7-79.1-11.4-30.1-31.3-56.4-46.5-74.4-17.1-21.5-33.7-41.9-33.4-72C311.1 85.4 315.7 .1 234.8 0 132.4-.2 158 103.4 156.9 135.2c-1.7 23.4-6.4 41.8-22.5 64.7-18.9 22.5-45.5 58.8-58.1 96.7-6 17.9-8.8 36.1-6.2 53.3-6.5 5.8-11.4 14.7-16.6 20.2-4.2 4.3-10.3 5.9-17 8.3s-14 6-18.5 14.5c-2.1 3.9-2.8 8.1-2.8 12.4 0 3.9 .6 7.9 1.2 11.8 1.2 8.1 2.5 15.7 .8 20.8-5.2 14.4-5.9 24.4-2.2 31.7 3.8 7.3 11.4 10.5 20.1 12.3 17.3 3.6 40.8 2.7 59.3 12.5 19.8 10.4 39.9 14.1 55.9 10.4 11.6-2.6 21.1-9.6 25.9-20.2 12.5-.1 26.3-5.4 48.3-6.6 14.9-1.2 33.6 5.3 55.1 4.1 .6 2.3 1.4 4.6 2.5 6.7v.1c8.3 16.7 23.8 24.3 40.3 23 16.6-1.3 34.1-11 48.3-27.9 13.6-16.4 36-23.2 50.9-32.2 7.4-4.5 13.4-10.1 13.9-18.3 .4-8.2-4.4-17.3-15.5-29.7zM223.7 87.3c9.8-22.2 34.2-21.8 44-.4 6.5 14.2 3.6 30.9-4.3 40.4-1.6-.8-5.9-2.6-12.6-4.9 1.1-1.2 3.1-2.7 3.9-4.6 4.8-11.8-.2-27-9.1-27.3-7.3-.5-13.9 10.8-11.8 23-4.1-2-9.4-3.5-13-4.4-1-6.9-.3-14.6 2.9-21.8zM183 75.8c10.1 0 20.8 14.2 19.1 33.5-3.5 1-7.1 2.5-10.2 4.6 1.2-8.9-3.3-20.1-9.6-19.6-8.4 .7-9.8 21.2-1.8 28.1 1 .8 1.9-.2-5.9 5.5-15.6-14.6-10.5-52.1 8.4-52.1zm-13.6 60.7c6.2-4.6 13.6-10 14.1-10.5 4.7-4.4 13.5-14.2 27.9-14.2 7.1 0 15.6 2.3 25.9 8.9 6.3 4.1 11.3 4.4 22.6 9.3 8.4 3.5 13.7 9.7 10.5 18.2-2.6 7.1-11 14.4-22.7 18.1-11.1 3.6-19.8 16-38.2 14.9-3.9-.2-7-1-9.6-2.1-8-3.5-12.2-10.4-20-15-8.6-4.8-13.2-10.4-14.7-15.3-1.4-4.9 0-9 4.2-12.3zm3.3 334c-2.7 35.1-43.9 34.4-75.3 18-29.9-15.8-68.6-6.5-76.5-21.9-2.4-4.7-2.4-12.7 2.6-26.4v-.2c2.4-7.6 .6-16-.6-23.9-1.2-7.8-1.8-15 .9-20 3.5-6.7 8.5-9.1 14.8-11.3 10.3-3.7 11.8-3.4 19.6-9.9 5.5-5.7 9.5-12.9 14.3-18 5.1-5.5 10-8.1 17.7-6.9 8.1 1.2 15.1 6.8 21.9 16l19.6 35.6c9.5 19.9 43.1 48.4 41 68.9zm-1.4-25.9c-4.1-6.6-9.6-13.6-14.4-19.6 7.1 0 14.2-2.2 16.7-8.9 2.3-6.2 0-14.9-7.4-24.9-13.5-18.2-38.3-32.5-38.3-32.5-13.5-8.4-21.1-18.7-24.6-29.9s-3-23.3-.3-35.2c5.2-22.9 18.6-45.2 27.2-59.2 2.3-1.7 .8 3.2-8.7 20.8-8.5 16.1-24.4 53.3-2.6 82.4 .6-20.7 5.5-41.8 13.8-61.5 12-27.4 37.3-74.9 39.3-112.7 1.1 .8 4.6 3.2 6.2 4.1 4.6 2.7 8.1 6.7 12.6 10.3 12.4 10 28.5 9.2 42.4 1.2 6.2-3.5 11.2-7.5 15.9-9 9.9-3.1 17.8-8.6 22.3-15 7.7 30.4 25.7 74.3 37.2 95.7 6.1 11.4 18.3 35.5 23.6 64.6 3.3-.1 7 .4 10.9 1.4 13.8-35.7-11.7-74.2-23.3-84.9-4.7-4.6-4.9-6.6-2.6-6.5 12.6 11.2 29.2 33.7 35.2 59 2.8 11.6 3.3 23.7 .4 35.7 16.4 6.8 35.9 17.9 30.7 34.8-2.2-.1-3.2 0-4.2 0 3.2-10.1-3.9-17.6-22.8-26.1-19.6-8.6-36-8.6-38.3 12.5-12.1 4.2-18.3 14.7-21.4 27.3-2.8 11.2-3.6 24.7-4.4 39.9-.5 7.7-3.6 18-6.8 29-32.1 22.9-76.7 32.9-114.3 7.2zm257.4-11.5c-.9 16.8-41.2 19.9-63.2 46.5-13.2 15.7-29.4 24.4-43.6 25.5s-26.5-4.8-33.7-19.3c-4.7-11.1-2.4-23.1 1.1-36.3 3.7-14.2 9.2-28.8 9.9-40.6 .8-15.2 1.7-28.5 4.2-38.7 2.6-10.3 6.6-17.2 13.7-21.1 .3-.2 .7-.3 1-.5 .8 13.2 7.3 26.6 18.8 29.5 12.6 3.3 30.7-7.5 38.4-16.3 9-.3 15.7-.9 22.6 5.1 9.9 8.5 7.1 30.3 17.1 41.6 10.6 11.6 14 19.5 13.7 24.6zM173.3 148.7c2 1.9 4.7 4.5 8 7.1 6.6 5.2 15.8 10.6 27.3 10.6 11.6 0 22.5-5.9 31.8-10.8 4.9-2.6 10.9-7 14.8-10.4s5.9-6.3 3.1-6.6-2.6 2.6-6 5.1c-4.4 3.2-9.7 7.4-13.9 9.8-7.4 4.2-19.5 10.2-29.9 10.2s-18.7-4.8-24.9-9.7c-3.1-2.5-5.7-5-7.7-6.9-1.5-1.4-1.9-4.6-4.3-4.9-1.4-.1-1.8 3.7 1.7 6.5z"/>
|
|
||||||
</svg>
|
|
||||||
Download for Linux
|
|
||||||
</span>
|
|
||||||
<span className="text-xs">(x64) AppImage</span>
|
|
||||||
</SlidingButton>
|
|
||||||
<SlidingButton
|
<SlidingButton
|
||||||
slidingContent={
|
slidingContent={
|
||||||
<div className="flex items-center justify-center gap-2 text-white dark:text-black">
|
<div className="flex items-center justify-center gap-2 text-white dark:text-black">
|
||||||
@@ -226,7 +245,7 @@ export default function AllDownloadsSection({ release }: { release: LatestReleas
|
|||||||
</span>
|
</span>
|
||||||
<span className="text-xs">(ARM64) RPM Package</span>
|
<span className="text-xs">(ARM64) RPM Package</span>
|
||||||
</SlidingButton>
|
</SlidingButton>
|
||||||
<SlidingButton
|
{/* <SlidingButton
|
||||||
slidingContent={
|
slidingContent={
|
||||||
<div className="flex items-center justify-center gap-2 text-white dark:text-black">
|
<div className="flex items-center justify-center gap-2 text-white dark:text-black">
|
||||||
<Download className="size-4" />
|
<Download className="size-4" />
|
||||||
@@ -244,7 +263,7 @@ export default function AllDownloadsSection({ release }: { release: LatestReleas
|
|||||||
Download for Linux
|
Download for Linux
|
||||||
</span>
|
</span>
|
||||||
<span className="text-xs">(x64 / ARM64) AUR Snapshot</span>
|
<span className="text-xs">(x64 / ARM64) AUR Snapshot</span>
|
||||||
</SlidingButton>
|
</SlidingButton> */}
|
||||||
</div>
|
</div>
|
||||||
<div className="flex items-center justify-center text-start max-w-2xl px-4 mt-14">
|
<div className="flex items-center justify-center text-start max-w-2xl px-4 mt-14">
|
||||||
<Alert>
|
<Alert>
|
||||||
@@ -263,7 +282,7 @@ export default function AllDownloadsSection({ release }: { release: LatestReleas
|
|||||||
</div>
|
</div>
|
||||||
<div className="flex flex-col items-center justify-center gap-4 mt-12 z-20">
|
<div className="flex flex-col items-center justify-center gap-4 mt-12 z-20">
|
||||||
<CommandSnippet title="Windows (WinGet)">
|
<CommandSnippet title="Windows (WinGet)">
|
||||||
winget install neosubhamoy.neodlp
|
winget install neosubhamoy.neodlp --source winget
|
||||||
</CommandSnippet>
|
</CommandSnippet>
|
||||||
<CommandSnippet title="MacOS (Homebrew)">
|
<CommandSnippet title="MacOS (Homebrew)">
|
||||||
brew install neosubhamoy/tap/neodlp
|
brew install neosubhamoy/tap/neodlp
|
||||||
|
|||||||
@@ -101,6 +101,7 @@ export const ContainerScroll = ({
|
|||||||
</div>
|
</div>
|
||||||
</button> */}
|
</button> */}
|
||||||
{os === "windows" && (
|
{os === "windows" && (
|
||||||
|
<>
|
||||||
<SlidingButton
|
<SlidingButton
|
||||||
slidingContent={
|
slidingContent={
|
||||||
<div className="flex items-center justify-center gap-2 text-white dark:text-black">
|
<div className="flex items-center justify-center gap-2 text-white dark:text-black">
|
||||||
@@ -118,8 +119,28 @@ export const ContainerScroll = ({
|
|||||||
</svg>
|
</svg>
|
||||||
Download for Windows
|
Download for Windows
|
||||||
</span>
|
</span>
|
||||||
<span className="text-xs">(x64 / ARM64) EXE Installer</span>
|
<span className="text-xs">(x64) EXE Installer</span>
|
||||||
</SlidingButton>
|
</SlidingButton>
|
||||||
|
<SlidingButton
|
||||||
|
slidingContent={
|
||||||
|
<div className="flex items-center justify-center gap-2 text-white dark:text-black">
|
||||||
|
<Download className="size-4" />
|
||||||
|
<span>Download Now</span>
|
||||||
|
</div>
|
||||||
|
}
|
||||||
|
as="a"
|
||||||
|
href={release.platforms["windows-aarch64-nsis"].url}
|
||||||
|
target="_blank"
|
||||||
|
>
|
||||||
|
<span className="font-semibold flex items-center gap-2">
|
||||||
|
<svg className="size-4 fill-white dark:fill-black" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
|
||||||
|
<path d="M0 93.7l183.6-25.3v177.4H0V93.7zm0 324.6l183.6 25.3V268.4H0v149.9zm203.8 28L448 480V268.4H203.8v177.9zm0-380.6v180.1H448V32L203.8 65.7z"/>
|
||||||
|
</svg>
|
||||||
|
Download for Windows
|
||||||
|
</span>
|
||||||
|
<span className="text-xs">(ARM64) EXE Installer</span>
|
||||||
|
</SlidingButton>
|
||||||
|
</>
|
||||||
)}
|
)}
|
||||||
{os === "macos" && (
|
{os === "macos" && (
|
||||||
<>
|
<>
|
||||||
|
|||||||
+18
-10
@@ -20,13 +20,17 @@ let data = {
|
|||||||
signature: "",
|
signature: "",
|
||||||
url: "https://github.com/neosubhamoy/neodlp/releases/download/v0.0.0/NeoDLP_0.0.0_x64-setup.exe"
|
url: "https://github.com/neosubhamoy/neodlp/releases/download/v0.0.0/NeoDLP_0.0.0_x64-setup.exe"
|
||||||
},
|
},
|
||||||
|
"windows-aarch64": {
|
||||||
|
signature: "",
|
||||||
|
url: "https://github.com/neosubhamoy/neodlp/releases/download/v0.0.0/NeoDLP_0.0.0_arm64-setup.exe"
|
||||||
|
},
|
||||||
"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.deb"
|
||||||
},
|
},
|
||||||
"linux-aarch64": {
|
"linux-aarch64": {
|
||||||
signature: "",
|
signature: "",
|
||||||
url: "https://github.com/neosubhamoy/neodlp/releases/download/v0.0.0/NeoDLP_0.0.0_aarch64.AppImage"
|
url: "https://github.com/neosubhamoy/neodlp/releases/download/v0.0.0/NeoDLP_0.0.0_arm64.deb"
|
||||||
},
|
},
|
||||||
"darwin-aarch64-app": {
|
"darwin-aarch64-app": {
|
||||||
signature: "",
|
signature: "",
|
||||||
@@ -44,10 +48,6 @@ let data = {
|
|||||||
signature: "",
|
signature: "",
|
||||||
url: "https://github.com/neosubhamoy/neodlp/releases/download/v0.0.0/NeoDLP-0.0.0-1.aarch64.rpm"
|
url: "https://github.com/neosubhamoy/neodlp/releases/download/v0.0.0/NeoDLP-0.0.0-1.aarch64.rpm"
|
||||||
},
|
},
|
||||||
"linux-x86_64-appimage": {
|
|
||||||
signature: "",
|
|
||||||
url: "https://github.com/neosubhamoy/neodlp/releases/download/v0.0.0/NeoDLP_0.0.0_amd64.AppImage"
|
|
||||||
},
|
|
||||||
"linux-x86_64-deb": {
|
"linux-x86_64-deb": {
|
||||||
signature: "",
|
signature: "",
|
||||||
url: "https://github.com/neosubhamoy/neodlp/releases/download/v0.0.0/NeoDLP_0.0.0_amd64.deb"
|
url: "https://github.com/neosubhamoy/neodlp/releases/download/v0.0.0/NeoDLP_0.0.0_amd64.deb"
|
||||||
@@ -63,6 +63,14 @@ let data = {
|
|||||||
"windows-x86_64-msi": {
|
"windows-x86_64-msi": {
|
||||||
signature: "",
|
signature: "",
|
||||||
url: "https://github.com/neosubhamoy/neodlp/releases/download/v0.0.0/NeoDLP_0.0.0_x64_en-US.msi"
|
url: "https://github.com/neosubhamoy/neodlp/releases/download/v0.0.0/NeoDLP_0.0.0_x64_en-US.msi"
|
||||||
|
},
|
||||||
|
"windows-aarch64-nsis": {
|
||||||
|
signature: "",
|
||||||
|
url: "https://github.com/neosubhamoy/neodlp/releases/download/v0.0.0/NeoDLP_0.0.0_arm64-setup.exe"
|
||||||
|
},
|
||||||
|
"windows-aarch64-msi": {
|
||||||
|
signature: "",
|
||||||
|
url: "https://github.com/neosubhamoy/neodlp/releases/download/v0.0.0/NeoDLP_0.0.0_arm64_en-US.msi"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
@@ -82,10 +90,10 @@ try {
|
|||||||
signature: "",
|
signature: "",
|
||||||
url: baseUrl + `NeoDLP_${data.version}_aarch64.dmg`
|
url: baseUrl + `NeoDLP_${data.version}_aarch64.dmg`
|
||||||
},
|
},
|
||||||
"linux-x86_64+aarch64-aur": {
|
// "linux-x86_64+aarch64-aur": {
|
||||||
signature: "",
|
// signature: "",
|
||||||
url: `https://aur.archlinux.org/cgit/aur.git/snapshot/neodlp.tar.gz`
|
// url: `https://aur.archlinux.org/cgit/aur.git/snapshot/neodlp.tar.gz`
|
||||||
}
|
// }
|
||||||
};
|
};
|
||||||
|
|
||||||
// Merge additional custom platforms with the original data
|
// Merge additional custom platforms with the original data
|
||||||
|
|||||||
+18
-10
@@ -23,13 +23,17 @@ let data = {
|
|||||||
signature: "",
|
signature: "",
|
||||||
url: "https://github.com/neosubhamoy/neodlp/releases/download/v0.0.0/NeoDLP_0.0.0_x64-setup.exe"
|
url: "https://github.com/neosubhamoy/neodlp/releases/download/v0.0.0/NeoDLP_0.0.0_x64-setup.exe"
|
||||||
},
|
},
|
||||||
|
"windows-aarch64": {
|
||||||
|
signature: "",
|
||||||
|
url: "https://github.com/neosubhamoy/neodlp/releases/download/v0.0.0/NeoDLP_0.0.0_arm64-setup.exe"
|
||||||
|
},
|
||||||
"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.deb"
|
||||||
},
|
},
|
||||||
"linux-aarch64": {
|
"linux-aarch64": {
|
||||||
signature: "",
|
signature: "",
|
||||||
url: "https://github.com/neosubhamoy/neodlp/releases/download/v0.0.0/NeoDLP_0.0.0_aarch64.AppImage"
|
url: "https://github.com/neosubhamoy/neodlp/releases/download/v0.0.0/NeoDLP_0.0.0_arm64.deb"
|
||||||
},
|
},
|
||||||
"darwin-aarch64-app": {
|
"darwin-aarch64-app": {
|
||||||
signature: "",
|
signature: "",
|
||||||
@@ -47,10 +51,6 @@ let data = {
|
|||||||
signature: "",
|
signature: "",
|
||||||
url: "https://github.com/neosubhamoy/neodlp/releases/download/v0.0.0/NeoDLP-0.0.0-1.aarch64.rpm"
|
url: "https://github.com/neosubhamoy/neodlp/releases/download/v0.0.0/NeoDLP-0.0.0-1.aarch64.rpm"
|
||||||
},
|
},
|
||||||
"linux-x86_64-appimage": {
|
|
||||||
signature: "",
|
|
||||||
url: "https://github.com/neosubhamoy/neodlp/releases/download/v0.0.0/NeoDLP_0.0.0_amd64.AppImage"
|
|
||||||
},
|
|
||||||
"linux-x86_64-deb": {
|
"linux-x86_64-deb": {
|
||||||
signature: "",
|
signature: "",
|
||||||
url: "https://github.com/neosubhamoy/neodlp/releases/download/v0.0.0/NeoDLP_0.0.0_amd64.deb"
|
url: "https://github.com/neosubhamoy/neodlp/releases/download/v0.0.0/NeoDLP_0.0.0_amd64.deb"
|
||||||
@@ -66,6 +66,14 @@ let data = {
|
|||||||
"windows-x86_64-msi": {
|
"windows-x86_64-msi": {
|
||||||
signature: "",
|
signature: "",
|
||||||
url: "https://github.com/neosubhamoy/neodlp/releases/download/v0.0.0/NeoDLP_0.0.0_x64_en-US.msi"
|
url: "https://github.com/neosubhamoy/neodlp/releases/download/v0.0.0/NeoDLP_0.0.0_x64_en-US.msi"
|
||||||
|
},
|
||||||
|
"windows-aarch64-nsis": {
|
||||||
|
signature: "",
|
||||||
|
url: "https://github.com/neosubhamoy/neodlp/releases/download/v0.0.0/NeoDLP_0.0.0_arm64-setup.exe"
|
||||||
|
},
|
||||||
|
"windows-aarch64-msi": {
|
||||||
|
signature: "",
|
||||||
|
url: "https://github.com/neosubhamoy/neodlp/releases/download/v0.0.0/NeoDLP_0.0.0_arm64_en-US.msi"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
@@ -85,10 +93,10 @@ try {
|
|||||||
signature: "",
|
signature: "",
|
||||||
url: baseUrl + `NeoDLP_${data.version}_aarch64.dmg`
|
url: baseUrl + `NeoDLP_${data.version}_aarch64.dmg`
|
||||||
},
|
},
|
||||||
"linux-x86_64+aarch64-aur": {
|
// "linux-x86_64+aarch64-aur": {
|
||||||
signature: "",
|
// signature: "",
|
||||||
url: `https://aur.archlinux.org/cgit/aur.git/snapshot/neodlp.tar.gz`
|
// url: `https://aur.archlinux.org/cgit/aur.git/snapshot/neodlp.tar.gz`
|
||||||
}
|
// }
|
||||||
};
|
};
|
||||||
|
|
||||||
// Merge additional custom platforms with the original data
|
// Merge additional custom platforms with the original data
|
||||||
|
|||||||
Reference in New Issue
Block a user