mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-07 13:12:39 +02:00
Update content version
This commit is contained in:
parent
1699299de9
commit
66a33d020d
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 = "https://hifi-public.s3.amazonaws.com/home-tutorial-2.tar.gz";
|
||||
const HOME_CONTENT_URL = "https://hifi-public.s3.amazonaws.com/home-tutorial-3.tar.gz";
|
||||
|
||||
function getBuildInfo() {
|
||||
var buildInfoPath = null;
|
||||
|
|
Loading…
Reference in a new issue