remove unused dir

This commit is contained in:
Girish Ramakrishnan
2021-04-30 16:34:05 -07:00
parent 6e7716e992
commit a33fdee659
-1
View File
@@ -42,7 +42,6 @@ exports = module.exports = {
VERSION_FILE: path.join(baseDir(), 'platformdata/VERSION'),
// this is not part of appdata because an icon may be set before install
APP_ICONS_DIR: path.join(baseDir(), 'boxdata/appicons'),
MAIL_DATA_DIR: path.join(baseDir(), 'boxdata/mail'),
SFTP_KEYS_DIR: path.join(baseDir(), 'boxdata/sftp/ssh'),
ACME_ACCOUNT_KEY_FILE: path.join(baseDir(), 'boxdata/acme/acme.key'),