implement installation of app bundle

This commit is contained in:
Girish Ramakrishnan
2016-04-04 22:19:15 -07:00
parent 306bef96b4
commit 553509c462
5 changed files with 52 additions and 8 deletions
+1 -2
View File
@@ -1,5 +1,3 @@
/* jslint node:true */
'use strict';
var config = require('./config.js'),
@@ -24,6 +22,7 @@ exports = module.exports = {
CLOUDRON_AVATAR_FILE: path.join(config.baseDir(), 'data/box/avatar.png'),
CLOUDRON_DEFAULT_AVATAR_FILE: path.join(__dirname + '/../assets/avatar.png'),
FIRST_RUN_FILE: path.join(config.baseDir(), 'data/box/first_run'),
UPDATE_CHECKER_FILE: path.join(config.baseDir(), 'data/box/updatechecker.json'),