diff --git a/src/product.js b/src/product.js index 1d66de6..13316f4 100644 --- a/src/product.js +++ b/src/product.js @@ -58,6 +58,7 @@ const applyCustomisation = (product) => { const getPreferencePath = (product) => { // see: https://intellij-support.jetbrains.com/hc/en-us/articles/206544519-Directories-used-by-the-IDE-to-store-settings-caches-plugins-and-logs const preferencesPaths = [ + `${process.env.HOME}/Library/Application Support/Google`, // >= Android Studio 4.1 `${process.env.HOME}/Library/Application Support/JetBrains`, // >= 2020.* `${process.env.HOME}/Library/Preferences`, // < 2020.* ];