No description
Find a file
Feross Aboukhadijeh 746e10c025 author email
2016-06-15 17:41:04 -07:00
.github Add subtitle support (via drag-n-drop) (#361) 2016-04-10 16:42:18 -07:00
bin npm run open-config -- open folder 2016-06-02 19:40:12 -07:00
main Fix Windows tray state 2016-06-02 21:16:10 -07:00
renderer Support .wmv video via VLC. Fixes #625 2016-06-15 16:22:16 -07:00
static Refactor state save/load 2016-06-02 19:46:29 -07:00
.gitignore Add additional video player keyboard shortcuts (#275) 2016-05-23 00:15:57 -07:00
.travis.yml Speed up Travis 2016-03-21 04:42:52 -07:00
AUTHORS.md authors 2016-06-02 13:48:07 -07:00
CHANGELOG.md changelog 2016-06-03 15:10:11 -07:00
config.js code cleanup 2016-06-02 22:32:01 -07:00
CONTRIBUTING.md Update CONTRIBUTING.md 2016-04-01 21:27:47 -07:00
crash-reporter.js remove unneeded console.log 2016-05-11 17:52:18 +02:00
index.js move console.time/timeEnd to same file 2016-05-11 17:56:20 +02:00
LICENSE WebTorrent, LLC 2016-05-19 16:43:51 -07:00
package.json author email 2016-06-15 17:41:04 -07:00
README.md WebTorrent, LLC 2016-05-19 16:43:51 -07:00


WebTorrent
WebTorrent Desktop

The streaming torrent client. For OS X, Windows, and Linux.

Gitter Travis Release

Install

WebTorrent Desktop is still under very active development. You can download the latest version from the releases page.

Screenshot

screenshot

How to Contribute

Install dependencies

$ npm install

Run app

$ npm start

Package app

Builds app binaries for OS X, Linux, and Windows.

$ npm run package

To build for one platform:

$ npm run package -- [platform]

Where [platform] is darwin, linux, win32, or all (default).

The following optional arguments are available:

  • --sign - Sign the application (OS X, Windows)
  • --package=[type] - Package single output type.
    • deb - Debian package
    • zip - Linux zip file
    • dmg - OS X disk image
    • exe - Windows installer
    • portable - Windows portable app
    • all - All platforms (default)

Note: Even with the --package option, the auto-update files (.nupkg for Windows, *-darwin.zip for OS X) will always be produced.

Windows build notes

To package the Windows app from non-Windows platforms, Wine needs to be installed.

On OS X, first install XQuartz, then run:

brew install wine

(Requires the Homebrew package manager.)

Code Style

js-standard-style

License

MIT. Copyright (c) WebTorrent, LLC.