aboutsummaryrefslogtreecommitdiff
path: root/scripts/patcher/common.js
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/patcher/common.js')
-rw-r--r--scripts/patcher/common.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/patcher/common.js b/scripts/patcher/common.js
index 3217d5c..5ccd0e8 100644
--- a/scripts/patcher/common.js
+++ b/scripts/patcher/common.js
@@ -59,6 +59,7 @@ const LINUX_DISCORD_DIRS = [
"/usr/lib64",
"/opt",
`${process.env.HOME}/.local/share`,
+ `${process.env.HOME}/.dvm`,
"/var/lib/flatpak/app",
`${process.env.HOME}/.local/share/flatpak/app`,
];