diff --git a/scripts/system/more/app-more.js b/scripts/system/more/app-more.js index 296927e7c2..136360f032 100644 --- a/scripts/system/more/app-more.js +++ b/scripts/system/more/app-more.js @@ -5,6 +5,7 @@ // // Created by Keb Helion, February 2020. // Copyright 2020 Vircadia contributors. +// Copyright 2022 Overte e.V. // // This script adds a "More Apps" selector to Overte to allow the user to add optional functionalities to the tablet. // This application has been designed to work directly from the Github repository. @@ -56,7 +57,7 @@ var runningScriptJson; for (var j = 0; j < currentlyRunningScripts.length; j++) { runningScriptJson = currentlyRunningScripts[j].url; - if (runningScriptJson.indexOf("https://cdn.vircadia.com/community-apps/applications") !== -1) { + if (runningScriptJson.indexOf("https://more.overte.org/applications") !== -1) { newMessage += "_" + runningScriptJson; } } diff --git a/scripts/system/more/more.html b/scripts/system/more/more.html index fc96a4750b..0be950c9c9 100644 --- a/scripts/system/more/more.html +++ b/scripts/system/more/more.html @@ -4,6 +4,7 @@ // // Created by Keb Helion, February 2020. // Copyright 2020 Vircadia contributors. +// Copyright 2022 Overte e.V. // // App maintained in: https://github.com/overte-org/community-apps // App copied to: https://github.com/overte-org/overte @@ -54,7 +55,7 @@ var currentPath = window.location.protocol + "//" + window.location.host + window.location.pathname; var developmentMode = window.location.toString().split("?")[1]; var rootPath; - var metadataScriptSrc = "https://cdn.vircadia.com/community-apps/applications/metadata.js"; + var metadataScriptSrc = "https://more.overte.org/applications/metadata.js"; if (developmentMode === "dev") { // Development mode loads locally, if not, load from repo. console.info("Setting applications to local.") @@ -64,7 +65,7 @@ } else { console.info("Setting applications to remote URL.") console.info("Loading metadata remotely."); - rootPath = "https://cdn.vircadia.com/community-apps/applications/"; + rootPath = "https://more.overte.org/applications/"; } //Search @@ -168,7 +169,7 @@

Want to contribute and add your own app?
- Read the guide!

+ Read the guide!