Update home content to version 2

This commit is contained in:
Ryan Huffman 2016-09-22 09:59:59 -07:00
parent 15e00c30a6
commit 7c791755c0

View file

@ -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-1.tar.gz";
const HOME_CONTENT_URL = "https://hifi-public.s3.amazonaws.com/home-tutorial-2.tar.gz";
function getBuildInfo() {
var buildInfoPath = null;