Skip to content
This repository was archived by the owner on Oct 21, 2024. It is now read-only.

Commit 40f329a

Browse files
committed
Don't recommend using an HTTP endpoint
From GitbookIO#155
1 parent caa38f9 commit 40f329a

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.idea/workspace.xml

Lines changed: 2 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/update-osx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ var autoUpdater = require('auto-updater');
2020
var platform = os.platform() + '_' + os.arch();
2121
var version = app.getVersion();
2222

23-
autoUpdater.setFeedURL('http://download.myapp.com/update/'+platform+'/'+version);
23+
autoUpdater.setFeedURL('https://download.myapp.com/update/'+platform+'/'+version);
2424
```

0 commit comments

Comments
 (0)