summarylogtreecommitdiffstats
path: root/index.js.patch
blob: efccef5b525021b396e3aa93e8952e685481ee23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- /opt/powercord/src/Powercord/index.js	2020-08-15 18:33:09.000000000 +0200
+++ ./index.js	2020-08-15 22:14:22.762386298 +0200
@@ -54,9 +54,9 @@
 
     this.api = {};
     this.gitInfos = {
-      upstream: '???',
-      branch: '???',
-      revision: '???'
+      upstream: 'powercord-org/powercord',
+      branch: 'v2',
+      revision: 'REVISION_NUMBER'
     };
     this.initialized = false;
     this.styleManager = new StyleManager();
@@ -89,7 +89,6 @@
     // Start
     await this.startup();
     this.fetchAccount();
-    this.gitInfos = await this.pluginManager.get('pc-updater').getGitInfos();
 
     // Token manipulation stuff
     if (this.settings.get('hideToken', true)) {