Commit Graph

35 Commits

Author SHA1 Message Date
Feross Aboukhadijeh
90fd755363 fix zip bundle
Before this change, the zip command would include the full path on my
machine in the zip file, i.e. /Users/feross/…
2016-03-22 00:02:16 -07:00
Feross Aboukhadijeh
3abe17f439 release: create fresh node_modules folder 2016-03-21 23:37:22 -07:00
Feross Aboukhadijeh
512622faf7 AUTHORS.md: exclude duplicate author 2016-03-21 23:34:32 -07:00
Feross Aboukhadijeh
37d3817f65 add release scripts 2016-03-21 23:33:31 -07:00
Feross Aboukhadijeh
660359ca5a Sign the app before producing the .zip file 2016-03-21 22:43:17 -07:00
Feross Aboukhadijeh
5ead803d71 OS X: Sign apps, build .DMG and .ZIP assets 2016-03-21 20:21:36 -07:00
Feross Aboukhadijeh
45b36fb7a1 config.COPYRIGHT -> APP_COPYRIGHT 2016-03-20 01:10:41 -07:00
Feross Aboukhadijeh
1022d616d2 Unpack icon files so setting browserWindow.icon works 2016-03-20 01:10:41 -07:00
Feross Aboukhadijeh
f1c27f2a69 config.COPYRIGHT 2016-03-20 01:10:41 -07:00
Feross Aboukhadijeh
0f263b89e5 OS X: open magnet links in WebTorrent 2016-03-19 17:09:05 -07:00
Feross Aboukhadijeh
f613486bb8 Fix merge mistake 2016-03-19 16:42:17 -07:00
Feross Aboukhadijeh
7738aa2f16 rename "npm run cleanup" to "npm run clean" 2016-03-19 16:20:11 -07:00
Feross Aboukhadijeh
684fa7dee7 Write poster images into "$CONFIG_PATH/posters" (fix #155) 2016-03-19 16:19:15 -07:00
Feross Aboukhadijeh
1430537ea8 Cleanup build script; Run plist update function for all builds 2016-03-19 16:06:22 -07:00
Feross Aboukhadijeh
89d421b46d Merge pull request #158 from feross/osx-dock
Dock icon should accept all file types
2016-03-19 16:00:43 -07:00
Feross Aboukhadijeh
e9db07e855 style 2016-03-19 03:27:57 -07:00
DC
91680cb53d Fix Windows packaging
* Work around a Chrome bug by avoiding Windows-specific backslash paths
* Change the name of the program from "Streaming torrent client" to "WebTorrent"
2016-03-19 03:27:48 -07:00
Feross Aboukhadijeh
3b30ce599f OS X: add copyright statement to About window 2016-03-19 02:49:04 -07:00
Feross Aboukhadijeh
309e509a76 Dock icon should accept all file types (fix #156) 2016-03-19 02:48:45 -07:00
Feross Aboukhadijeh
33a9e7e93d OS X: Register app as owner of .torrent files
Saw these keys/values in Transmission’s Info.plist.
2016-03-19 01:45:11 -07:00
Feross Aboukhadijeh
fdbc9af51f authors 2016-03-16 15:28:08 -07:00
Nate Goldman
f4dc0018dd enable os x file drop, add osx torrent file icon
- fixes #131
- partially addresses #77 for osx (now handles .torrent files)
2016-03-10 21:51:32 -08:00
Feross Aboukhadijeh
e03ed8c374 fix build 2016-03-10 19:12:40 -08:00
Feross Aboukhadijeh
f21d7dd732 Move webtorrent icons into static/ 2016-03-10 19:11:49 -08:00
Feross Aboukhadijeh
d90cede3bd build packages serially 2016-03-10 19:10:07 -08:00
Feross Aboukhadijeh
a2fdea2908 packager: add flags for building for single platform 2016-03-10 18:48:41 -08:00
Feross Aboukhadijeh
c0cb19fb9f Shrink Electron bundle size by lots of MBs! 2016-03-10 18:48:41 -08:00
Feross Aboukhadijeh
8d74d00449 fix asar option 2016-03-10 18:48:41 -08:00
Feross Aboukhadijeh
fbddb0c98b Add cleanup script (for developers) (Fix #124) 2016-03-10 15:18:02 -08:00
Feross Aboukhadijeh
f740195ce4 package: use APP_NAME variable 2016-03-10 15:17:43 -08:00
Feross Aboukhadijeh
7282865bc7 restructure folders 2016-03-10 14:52:49 -08:00
Feross Aboukhadijeh
b904f590c8 rename build.js -> package.js 2016-03-10 14:46:19 -08:00
Feross Aboukhadijeh
7c94c4166c Create WebTorrent app icon
For #120.
2016-03-10 00:09:21 -08:00
Feross Aboukhadijeh
7b715622eb Add packager build script
This add lots of missing options for packaging Electron apps correctly
for all platforms.
2016-03-10 00:08:45 -08:00
Feross Aboukhadijeh
ddcf562b00 bin/update-authors.sh 2016-03-08 13:54:12 -08:00