summarylogtreecommitdiffstats
path: root/injector_main.js.patch
diff options
context:
space:
mode:
authorKillswitch2020-08-15 22:38:18 +0200
committerKillswitch2020-08-15 22:38:18 +0200
commitb2691dc545e52d149164b780bc033b187ad077b0 (patch)
tree5f02363f86fb7d38611f3ab3e00c58000a90213a /injector_main.js.patch
parent23af7d5bd92472952a3716f7de54ef0556123c73 (diff)
downloadaur-b2691dc545e52d149164b780bc033b187ad077b0.tar.gz
Added suggested patches
Diffstat (limited to 'injector_main.js.patch')
-rw-r--r--injector_main.js.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/injector_main.js.patch b/injector_main.js.patch
new file mode 100644
index 000000000000..56cd83fd8333
--- /dev/null
+++ b/injector_main.js.patch
@@ -0,0 +1,11 @@
+--- ../powercord/injectors/main.js 2020-08-14 23:38:07.596542247 +0200
++++ ./main.js 2020-08-15 13:46:16.208269548 +0200
+@@ -9,7 +9,7 @@
+ exports.inject = async ({ getAppDir }) => {
+ const appDir = await getAppDir();
+ if (await exists(appDir)) {
+- console.log('Looks like you already have an injector in place. Try uninjecting (`npm run unplug`) and try again.');
++ console.log('Looks like you already have an injector in place. Try uninjecting (`powercord uninject`) and try again.');
+ return false;
+ }
+