From 3bd4ee6968e866ad13694693027d8f6a684ca4db Mon Sep 17 00:00:00 2001 From: Emanuel Haupt Date: Wed, 19 Feb 2020 20:02:31 +0000 Subject: Add atom 1.44.0, hackable text editor for the 21st century. Many thanks to the maintainer Hiroki for his very appreciated work on it. --- editors/atom/files/patch-script_build | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 editors/atom/files/patch-script_build (limited to 'editors/atom/files/patch-script_build') diff --git a/editors/atom/files/patch-script_build b/editors/atom/files/patch-script_build new file mode 100644 index 000000000000..0cd8f94627c8 --- /dev/null +++ b/editors/atom/files/patch-script_build @@ -0,0 +1,20 @@ +--- script/build.orig 2019-10-21 17:33:40 UTC ++++ script/build +@@ -68,7 +68,7 @@ process.env.ELECTRON_VERSION = CONFIG.appMetadata.elec + let binariesPromise = Promise.resolve() + + if (!argv.existingBinaries) { +- checkChromedriverVersion() ++ // checkChromedriverVersion() + cleanOutputDirectory() + copyAssets() + transpilePackagesWithCustomTranspilerPaths() +@@ -88,7 +88,7 @@ if (!argv.existingBinaries) { + if (!argv.generateApiDocs) { + binariesPromise + .then(packageApplication) +- .then(packagedAppPath => generateStartupSnapshot(packagedAppPath).then(() => packagedAppPath)) ++ // .then(packagedAppPath => generateStartupSnapshot(packagedAppPath).then(() => packagedAppPath)) + .then(packagedAppPath => { + switch (process.platform) { + case 'darwin': { -- cgit v1.2.3