aboutsummaryrefslogtreecommitdiff
path: root/scripts/patcher/install.js
diff options
context:
space:
mode:
authormegumin <megumin.bakaretsurie@gmail.com>2022-10-04 21:36:46 +0100
committerGitHub <noreply@github.com>2022-10-04 22:36:46 +0200
commite010b2d63e5c062d038956a332c159ea48ea960a (patch)
tree57098677f7e5cbd0cc8b6ed9e40d823a01b20e8a /scripts/patcher/install.js
parentdafbd39113c292c4e02aec56bdac9225eb472a0a (diff)
downloadVencord-e010b2d63e5c062d038956a332c159ea48ea960a.tar.gz
Vencord-e010b2d63e5c062d038956a332c159ea48ea960a.tar.bz2
Vencord-e010b2d63e5c062d038956a332c159ea48ea960a.zip
fix(installer): Fix patch conflict with newer pnpm versions (#44)
Diffstat (limited to 'scripts/patcher/install.js')
-rw-r--r--scripts/patcher/install.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/patcher/install.js b/scripts/patcher/install.js
index 42ba47f..4ef55bc 100644
--- a/scripts/patcher/install.js
+++ b/scripts/patcher/install.js
@@ -56,7 +56,7 @@ async function install(installations) {
console.log("Failed to give write perms to Discord Flatpak.");
console.log(
"Try running this script as an administrator:",
- "sudo pnpm patch"
+ "sudo pnpm run patch"
);
process.exit(1);
}
@@ -71,7 +71,7 @@ async function install(installations) {
console.error("No write access to", selected.location);
console.error(
"Try running this script as an administrator:",
- "sudo pnpm patch"
+ "sudo pnpm run patch"
);
process.exit(1);
}