From e8e4e711f8972def7973657be6bc990b1744ab6f Mon Sep 17 00:00:00 2001 From: aandrew-me Date: Thu, 13 Oct 2022 15:49:15 +0600 Subject: [PATCH] Remove deb package --- README.md | 9 +-------- package.json | 1 - 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index cae9b16..5896d93 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Download and install the exe file. Windows defender may create problems as usual ## Linux 🐧 -Linux has several options available - Flatpak, AppImage, Deb, Snap and AUR. +Linux has several options available - Flatpak, AppImage, Snap and AUR. Flatpak is recommended. ### AppImage @@ -54,13 +54,6 @@ It just needs to be executed after downloading. See more about [AppImages here]( [AppImageLauncher](https://github.com/TheAssassin/AppImageLauncher) is recommended for integrating AppImages. - -### Debian package -For Debian based distros like Ubuntu .deb file is available. Download and run - -``` -sudo dpkg -i YTDownloader.deb -``` - ### AUR package The app is available in [AUR](https://aur.archlinux.org/packages/ytdownloader-gui) with the name `ytdownloader-gui`. To build with pamac the required command is - ``` diff --git a/package.json b/package.json index e6718ad..f15a343 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,6 @@ "linux": { "target": [ "Appimage", - "deb", "snap" ], "category": "Utility"