Skip to content
This repository was archived by the owner on Sep 25, 2018. It is now read-only.

Commit

Permalink
Use https URL for xde-updates because of Apple's ATS restrictions
Browse files Browse the repository at this point in the history
  • Loading branch information
ide committed Dec 10, 2015
1 parent e4880d5 commit 21da7d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/NewVersionAvailable.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class NewVersionAvailable extends React.Component {

let version = app.getVersion();
AutoUpdater.setFeedUrl(
`http://xde-updates.exponentjs.com/update/osx_64/${version}`
`https://xde-updates.exponentjs.com/update/osx_64/${version}`
);
this._checkForUpdate();
}
Expand Down

0 comments on commit 21da7d2

Please sign in to comment.