Skip to content

Commit c9ce3c9

Browse files
committed
switch example app to hyper (has darin, windows and appimage builds)
1 parent 2ce7efa commit c9ce3c9

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
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/webtorrent-desktop.app/Contents/MacOS/webtorrent-desktop
24+
$ ./dist/mac/hyper.app/Contents/MacOS/hyper
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}/webtorrent/webtorrent-desktop/${process.platform}/0.0.0`
6+
const feed = `${server}/zeit/hyper/${process.platform}/0.0.0`
77

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

example/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
{
2-
"name": "webtorrent-desktop",
2+
"name": "hyper",
33
"version": "0.0.0",
44
"scripts": {
55
"build": "electron-builder --dir"
66
},
7+
"build": {
8+
"appId": "co.zeit.hyper"
9+
},
710
"dependencies": {},
811
"devDependencies": {
912
"electron": "^1.8.4",

0 commit comments

Comments
 (0)