webtorrent-app -> webtorrent-desktop
This commit is contained in:
@@ -74,7 +74,7 @@ Windows, and Linux. For now, we're only releasing binaries for OS X.
|
|||||||
|
|
||||||
WebTorrent Desktop is in ALPHA and under very active development – expect lots more polish in
|
WebTorrent Desktop is in ALPHA and under very active development – expect lots more polish in
|
||||||
the coming weeks! If you know JavaScript and want to help us out, there's
|
the coming weeks! If you know JavaScript and want to help us out, there's
|
||||||
[lots to do](https://github.com/feross/webtorrent-app/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+contribution%22)!
|
[lots to do](https://github.com/feross/webtorrent-desktop/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+contribution%22)!
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
|
|||||||
10
README.md
10
README.md
@@ -14,19 +14,19 @@
|
|||||||
<img src="https://img.shields.io/badge/gitter-join%20chat%20%E2%86%92-brightgreen.svg"
|
<img src="https://img.shields.io/badge/gitter-join%20chat%20%E2%86%92-brightgreen.svg"
|
||||||
alt="Gitter">
|
alt="Gitter">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://travis-ci.org/feross/webtorrent-app">
|
<a href="https://travis-ci.org/feross/webtorrent-desktop">
|
||||||
<img src="https://img.shields.io/travis/feross/webtorrent-app/master.svg"
|
<img src="https://img.shields.io/travis/feross/webtorrent-desktop/master.svg"
|
||||||
alt="Travis Build">
|
alt="Travis Build">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/feross/webtorrent-app/releases">
|
<a href="https://github.com/feross/webtorrent-desktop/releases">
|
||||||
<img src="https://img.shields.io/github/release/feross/webtorrent-app.svg"
|
<img src="https://img.shields.io/github/release/feross/webtorrent-desktop.svg"
|
||||||
alt="Latest Release Version">
|
alt="Latest Release Version">
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
**WebTorrent Desktop** is still under very active development. You can download the latest version from the [releases](https://github.com/feross/webtorrent-app/releases) page.
|
**WebTorrent Desktop** is still under very active development. You can download the latest version from the [releases](https://github.com/feross/webtorrent-desktop/releases) page.
|
||||||
|
|
||||||
## Screenshot
|
## Screenshot
|
||||||
|
|
||||||
|
|||||||
@@ -286,14 +286,14 @@ function getAppMenuTemplate () {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Contribute on GitHub',
|
label: 'Contribute on GitHub',
|
||||||
click: () => electron.shell.openExternal('https://github.com/feross/webtorrent-app')
|
click: () => electron.shell.openExternal('https://github.com/feross/webtorrent-desktop')
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'separator'
|
type: 'separator'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Report an Issue...',
|
label: 'Report an Issue...',
|
||||||
click: () => electron.shell.openExternal('https://github.com/feross/webtorrent-app/issues')
|
click: () => electron.shell.openExternal('https://github.com/feross/webtorrent-desktop/issues')
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user