mirror of
https://github.com/lubosz/overte.git
synced 2025-04-08 03:42:09 +02:00
Revert "Temporarily replace content set URL"
This reverts commit 37c0f7658d
.
This commit is contained in:
parent
1d9a32c528
commit
0962494522
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ const appIcon = path.join(__dirname, '../resources/console.png');
|
|||
const DELETE_LOG_FILES_OLDER_THAN_X_SECONDS = 60 * 60 * 24 * 7; // 7 Days
|
||||
const LOG_FILE_REGEX = /(domain-server|ac-monitor|ac)-.*-std(out|err).txt/;
|
||||
|
||||
const HOME_CONTENT_URL = "http://cachefly.highfidelity.com/home-tutorial-27.tar.gz";
|
||||
const HOME_CONTENT_URL = "http://cachefly.highfidelity.com/home-tutorial-release-5572.tar.gz";
|
||||
|
||||
function getBuildInfo() {
|
||||
var buildInfoPath = null;
|
||||
|
|
Loading…
Reference in a new issue