mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-08 06:03:03 -04:00
pnpm inject/uninject instead of patch/unpatch
This commit is contained in:
parent
25fcc528ea
commit
a9e67aa340
4 changed files with 7 additions and 7 deletions
|
@ -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 run patch"
|
||||
"sudo pnpm inject"
|
||||
);
|
||||
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 run patch"
|
||||
"sudo pnpm inject"
|
||||
);
|
||||
process.exit(1);
|
||||
}
|
||||
|
|
|
@ -42,7 +42,7 @@ async function uninstall(installations) {
|
|||
console.error("No write access to", selected.location);
|
||||
console.error(
|
||||
"Try running this script as an administrator:",
|
||||
"sudo pnpm run unpatch"
|
||||
"sudo pnpm uninject"
|
||||
);
|
||||
process.exit(1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue