No description
Find a file
Feross Aboukhadijeh 973a366b94 Fix the auto updater
I'm sorry.
2016-05-18 00:36:52 -07:00
.github Add subtitle support (via drag-n-drop) (#361) 2016-04-10 16:42:18 -07:00
bin package: remove unneeded 'npm prune' 2016-05-17 22:10:43 -07:00
main Fix the auto updater 2016-05-18 00:36:52 -07:00
renderer Remove cursor:pointer 2016-05-17 21:25:31 -07:00
static add default torrent: The WIRED CD (#401) 2016-04-13 00:24:16 -07:00
.gitignore .gitignore format 2016-02-16 17:22:24 -08:00
.travis.yml Speed up Travis 2016-03-21 04:42:52 -07:00
AUTHORS.md authors 2016-05-13 22:01:00 -07:00
CHANGELOG.md changelog 2016-05-17 22:06:52 -07:00
config.js Fix isProduction() detection 2016-05-13 13:29:25 -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 initial commit 2016-01-02 16:01:08 +01:00
package.json appdmg@^0.4.3 2016-05-17 22:21:29 -07:00
README.md Windows Portable App (#417) 2016-04-16 04:18:21 -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) Feross Aboukhadijeh.