diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-08-16 21:51:38 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-16 21:51:38 -0400 |
| commit | 51714fcddf231b473313ff52f9bc4389ee424386 (patch) | |
| tree | f1dc0409d6b73bb6772e8b9c024ceea57a9a34cd /snap | |
| parent | a1d7eb355f2c74184280c51b688d1bbd0c4e98b1 (diff) | |
| download | YouTube-TV-Client-51714fcddf231b473313ff52f9bc4389ee424386.tar.gz YouTube-TV-Client-51714fcddf231b473313ff52f9bc4389ee424386.tar.bz2 YouTube-TV-Client-51714fcddf231b473313ff52f9bc4389ee424386.zip | |
Adding Snapcraft file
Diffstat (limited to 'snap')
| -rw-r--r-- | snap/snapcraft.yaml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml new file mode 100644 index 0000000..5a62ae7 --- /dev/null +++ b/snap/snapcraft.yaml @@ -0,0 +1,22 @@ + + # 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 + |
