summarylogtreecommitdiffstats
path: root/oauth.patch
diff options
context:
space:
mode:
Diffstat (limited to 'oauth.patch')
-rw-r--r--oauth.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/oauth.patch b/oauth.patch
deleted file mode 100644
index d441fe02c4dc..000000000000
--- a/oauth.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/build/main.js 2019-08-30 19:55:24.091850904 +0200
-+++ b/build/main.js 2019-08-30 20:24:34.256473021 +0200
-@@ -1819,7 +1819,7 @@
- }
- handleSchemeFromNonSingleInstance(args) {
- const schemePath = this.getSchemePathFromArgs(args);
-- return "win32" == process.platform && !1 !== schemePath
-+ return !1 !== schemePath
- ? this.isNonPathAction(schemePath)
- ? this.handleNonPathAction(schemePath)
- : this.handlePath(schemePath)