Updating readme

pull/9/head
aandrew-me 4 years ago
parent 6acfcab581
commit 0b45d59af8

@ -1,6 +1,11 @@
# YouTube Downloader
A GUI for downloading Video and Audio files from YouTube using Nodejs and Electron
<a href="https://flathub.org/apps/details/me.aandrew.ytdownloader"><img src="https://flathub.org/assets/badges/flathub-badge-en.svg" style="width:180px;"></a>
[![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

@ -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": {

Loading…
Cancel
Save