From 0b45d59af80b691529c7b0e4d3490316fc2c4933 Mon Sep 17 00:00:00 2001 From: aandrew-me Date: Sat, 27 Aug 2022 14:49:24 +0600 Subject: [PATCH] Updating readme --- README.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 95dd191..3d42b5f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ # YouTube Downloader A GUI for downloading Video and Audio files from YouTube using Nodejs and Electron + + +[![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-black.svg)](https://snapcraft.io/ytdownloader) + + ## Features ✅ Light/Dark mode diff --git a/package.json b/package.json index 698ccfd..8c14311 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "windows": "rm -rf ./node_modules && electron-builder -w", "linux": "rm -rf ./node_modules && electron-builder -l", "mac": "rm -rf ./node_modules && electron-builder -m", - "publish-linux": "rm -rf ./node_modules && electron-builder -l --publish=always -c.snap.publish=github", + "publish-linux": "rm -rf ./node_modules && electron-builder -l --publish=always", "publish-windows": "rm -rf ./node_modules && electron-builder -w --publish=always" }, "author": {