Feross Aboukhadijeh
a98d22ed72
code style
2016-09-22 14:20:58 -07:00
Omri Litov
67ae6061aa
use arch to determine OS_SYSARCH
2016-09-22 23:29:02 +03:00
Feross Aboukhadijeh
9e853027da
make config static, not dynamic
...
I don't think we should dynamically generate the config object -- it
makes it harder to figure out what's going on.
2016-09-21 13:08:32 -07:00
DC
ad1162c7de
Integration tests on Windows
2016-09-20 23:51:33 -07:00
Dan Flettre
4e052c8059
make WINDOW_MIN_HEIGHT use existing values
2016-09-19 16:48:12 -05:00
Dan Flettre
0afecd6063
Merge pull request #827 from feross/window-position
...
remember window position
2016-09-19 16:04:46 -05:00
DC
41511c5615
Integration test: use /tmp
2016-09-18 19:17:07 -07:00
Dan Flettre
aedbc3c32f
remember window position
2016-09-18 00:29:37 -05:00
Feross Aboukhadijeh
7415d3cee5
Detect system architecture; send in update/telemetry
...
Detect the actual operating system CPU architecture. This is different
than `process.arch` which returns the architecture the binary was
compiled for.
This is just good info to have in the telemetry, but we're also sending
it in the update check so that eventually we can upgrade Windows 32-bit
apps to 64-bit, like Slack does.
Context:
https://github.com/feross/webtorrent-desktop/issues/873#issuecomment-247
722023
2016-09-16 19:24:21 -07:00
DC
785c44cd2a
Integration test: torrent list
2016-09-08 23:55:37 -07:00
DC
fe8c3b190c
Integration test: tape + spectron hello world
2016-09-08 19:10:28 -07:00
DC
3f6cc97a02
Style: no more var
2016-09-01 19:52:37 -07:00
DC
d20786cd69
React: fix package script
2016-07-22 19:57:06 -07:00
DC
2a1e987d42
Switch from virtualdom to React
2016-07-22 13:06:55 -07:00