summarylogtreecommitdiffstats
path: root/use-system-electron.patch
diff options
context:
space:
mode:
authorsolaraquarion2021-02-28 21:57:24 -0500
committersolaraquarion2021-02-28 21:57:24 -0500
commit2ddda87afc78f95f7e759d07bfe8ddc5aed55e49 (patch)
treecf998915ef7cc88e3619d7e96246a64a974abc34 /use-system-electron.patch
parentcc10136e6acc9fd7a75d5fcca8c5f112c1fd3256 (diff)
downloadaur-2ddda87afc78f95f7e759d07bfe8ddc5aed55e49.tar.gz
reversions and updates
Diffstat (limited to 'use-system-electron.patch')
-rw-r--r--use-system-electron.patch15
1 files changed, 7 insertions, 8 deletions
diff --git a/use-system-electron.patch b/use-system-electron.patch
index f56e65ec8c5f..fe48f3ff8518 100644
--- a/use-system-electron.patch
+++ b/use-system-electron.patch
@@ -19,10 +19,10 @@
const cleanOutputDirectory = require('./lib/clean-output-directory')
const codeSignOnMac = require('./lib/code-sign-on-mac')
const codeSignOnWindows = require('./lib/code-sign-on-windows')
-@@ -64,12 +64,12 @@
- })
-
+@@ -66,12 +66,12 @@
const CONFIG = require('./config')
+
+ // Used by the 'github' package for Babel configuration
-process.env.ELECTRON_VERSION = CONFIG.appMetadata.electronVersion
+// process.env.ELECTRON_VERSION = CONFIG.appMetadata.electronVersion
@@ -34,7 +34,7 @@
cleanOutputDirectory()
copyAssets()
transpilePackagesWithCustomTranspilerPaths()
-@@ -88,74 +88,5 @@
+@@ -90,74 +90,5 @@
if (!argv.generateApiDocs) {
binariesPromise
@@ -140,12 +140,12 @@
};
--- a/script/package.json
+++ b/script/package.json
-@@ -10,9 +10,7 @@
+@@ -12,9 +12,7 @@
"coffeelint": "1.15.7",
"colors": "1.1.2",
"donna": "1.0.16",
- "electron-chromedriver": "^9.0.0",
- "electron-link": "0.4.1",
+ "electron-link": "^0.4.3",
- "electron-mksnapshot": "^9.0.2",
"electron-packager": "^15.0.0",
"eslint": "^5.16.0",
@@ -174,7 +174,7 @@
const atomJsPath = path.join(cache.resourcePath, 'exports', 'atom.js');
--- a/src/package-manager.js
+++ b/src/package-manager.js
-@@ -939,7 +939,7 @@
+@@ -949,7 +949,7 @@
isBundledPackagePath(packagePath) {
if (
this.devMode &&
@@ -214,4 +214,3 @@
const ModuleCache = useSnapshot
? snapshotResult.customRequire('../src/module-cache.js')
-