Remove preinstall app bundle support

This commit is contained in:
Johannes Zellner
2017-11-14 22:57:59 +01:00
parent 67fcf85abb
commit c629db9597
5 changed files with 1 additions and 39 deletions
-1
View File
@@ -31,6 +31,5 @@ exports = module.exports = {
ACME_ACCOUNT_KEY_FILE: path.join(config.baseDir(), 'boxdata/acme/acme.key'),
APP_CERTS_DIR: path.join(config.baseDir(), 'boxdata/certs'),
CLOUDRON_AVATAR_FILE: path.join(config.baseDir(), 'boxdata/avatar.png'),
FIRST_RUN_FILE: path.join(config.baseDir(), 'boxdata/first_run'),
UPDATE_CHECKER_FILE: path.join(config.baseDir(), 'boxdata/updatechecker.json')
};