summarylogtreecommitdiffstats
path: root/pc-updater_index.js.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pc-updater_index.js.patch')
-rw-r--r--pc-updater_index.js.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/pc-updater_index.js.patch b/pc-updater_index.js.patch
new file mode 100644
index 000000000000..5fb945baa913
--- /dev/null
+++ b/pc-updater_index.js.patch
@@ -0,0 +1,12 @@
+--- /opt/powercord/src/Powercord/plugins/pc-updater/index.js 2020-08-15 18:33:09.000000000 +0200
++++ ./pc-updater_index.js 2020-08-15 21:53:34.084949377 +0200
+@@ -70,9 +70,6 @@
+ const themes = [ ...powercord.styleManager.themes.values() ].filter(t => t.isTheme);
+
+ const entities = plugins.concat(themes).filter(e => !disabled.includes(e.updateIdentifier) && e.isUpdatable());
+- if (!disabled.includes(powercord.updateIdentifier)) {
+- entities.push(powercord);
+- }
+
+ let done = 0;
+ const updates = [];