Add per app cert dir

This commit is contained in:
Johannes Zellner
2015-10-28 12:23:16 +01:00
parent 21a604814c
commit 8f670eb755
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -22,6 +22,7 @@ exports = module.exports = {
BOX_DATA_DIR: path.join(config.baseDir(), 'data/box'),
// this is not part of appdata because an icon may be set before install
APPICONS_DIR: path.join(config.baseDir(), 'data/box/appicons'),
APP_CERT_DIR: path.join(config.baseDir(), 'data/box/certs'),
MAIL_DATA_DIR: path.join(config.baseDir(), 'data/box/mail'),
CLOUDRON_AVATAR_FILE: path.join(config.baseDir(), 'data/box/avatar.png'),