mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 16:23:39 +02:00
Update content set URL
This commit is contained in:
parent
3a78fbaca5
commit
05d4394ada
1 changed files with 1 additions and 2 deletions
|
@ -359,8 +359,7 @@ function maybeInstallDefaultContentSet(onComplete) {
|
|||
|
||||
// Start downloading content set
|
||||
var req = progress(request.get({
|
||||
// url: "http://localhost:8000/contentSet.zip",
|
||||
url: "http://builds.highfidelity.com/interface-win64-3914.exe"
|
||||
url: "https://s3.amazonaws.com/hifi-public/homeset/updated.zip"
|
||||
}, function(error, responseMessage, responseData) {
|
||||
if (aborted) {
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue