diff --git a/src/app/config.coffee b/src/app/config.coffee index 806500c2e..fa827493a 100644 --- a/src/app/config.coffee +++ b/src/app/config.coffee @@ -12,7 +12,7 @@ bundledPackagesDirPath = path.join(resourcePath, "src/packages") nodeModulesDirPath = path.join(resourcePath, "node_modules") bundledThemesDirPath = path.join(resourcePath, "themes") vendoredPackagesDirPath = path.join(resourcePath, "vendor/packages") -vendoredThemesDirPath = .join(resourcePath, "vendor/themes") +vendoredThemesDirPath = path.join(resourcePath, "vendor/themes") userThemesDirPath = path.join(configDirPath, "themes") userPackagesDirPath = path.join(configDirPath, "packages") userStoragePath = path.join(configDirPath, ".storage")