aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2021-08-16 22:01:54 -0400
committerAndrew Lee <alee14498@protonmail.com>2021-08-16 22:01:54 -0400
commit0a2fec1dcd16f237727e4dfd88e3d41e182063b2 (patch)
treeb093352a0ea3cf64801cb14532e110d74a76a367
parent51714fcddf231b473313ff52f9bc4389ee424386 (diff)
downloadYouTube-TV-Client-0a2fec1dcd16f237727e4dfd88e3d41e182063b2.tar.gz
YouTube-TV-Client-0a2fec1dcd16f237727e4dfd88e3d41e182063b2.tar.bz2
YouTube-TV-Client-0a2fec1dcd16f237727e4dfd88e3d41e182063b2.zip
Hopefully this will publish to the snap store and github for snap
-rw-r--r--package.json2
-rw-r--r--snap/snapcraft.yaml22
2 files changed, 1 insertions, 23 deletions
diff --git a/package.json b/package.json
index fc8c4be..2d82487 100644
--- a/package.json
+++ b/package.json
@@ -31,7 +31,7 @@
"deb"
],
"category": "Video",
- "publish": "github"
+ "publish": ["snapstore", "github"]
},
"win": {
"target": [
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
deleted file mode 100644
index 5a62ae7..0000000
--- a/snap/snapcraft.yaml
+++ /dev/null
@@ -1,22 +0,0 @@
-
- # After registering a name on build.snapcraft.io, commit an uncommented line:
- name: youtube-tv-client
- version: '2.0.1' # just for humans, typically '1.2+git' or '1.3.2'
- summary: Basically a browser that uses Samsung Smart TV as the user agent and goes to youtube.com/tv
- description: |
- Made from NodeJS and Electron
-
- Navigating the website
-
- - Use the arrows on the keyboard to navigate
- - Press ESC to exit or to go back
- - Press enter to select
-
- grade: edge # must be 'stable' to release into candidate/stable channels
- confinement: devmode # use 'strict' once you have the right plugs and slots
-
- parts:
- my-part:
- # See 'snapcraft plugins'
- plugin: nil
-