Skip to content

Commit b693f39

Browse files
committed
switch example app to webtorrent-desktop (has windows builds)
1 parent c685603 commit b693f39

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ $ npm start &
2121
$ cd example
2222
$ npm install
2323
$ npm run build
24-
$ ./dist/mac/dat-desktop.app/Contents/MacOS/dat-desktop
24+
$ ./dist/mac/webtorrent-desktop.app/Contents/MacOS/webtorrent-desktop
2525
```

example/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
const { autoUpdater } = require('electron')
44

55
const server = 'http://localhost:3000'
6-
const feed = `${server}/dat-land/dat-desktop/${process.platform}/0.0.0`
6+
const feed = `${server}/webtorrent/webtorrent-desktop/${process.platform}/0.0.0`
77

88
autoUpdater.setFeedURL(feed)
99
autoUpdater.checkForUpdates()

example/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
{
2-
"name": "dat-desktop",
2+
"name": "webtorrent-desktop",
33
"version": "0.0.0",
44
"scripts": {
55
"build": "electron-builder --dir"
66
},
7-
"build": {
8-
"appId": "com.datproject.dat"
9-
},
107
"dependencies": {},
118
"devDependencies": {
129
"electron": "^1.8.4",

0 commit comments

Comments
 (0)