summaryrefslogtreecommitdiff
path: root/editors/atom/files/patch-script_build
blob: e79a30d6250bef9b4429992fb3ecf97a88fa1696 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- script/build.orig	2020-04-22 18:42:32 UTC
+++ script/build
@@ -69,7 +69,7 @@ process.env.ELECTRON_VERSION = CONFIG.appMetadata.elec
 let binariesPromise = Promise.resolve()
 
 if (!argv.existingBinaries) {
-  checkChromedriverVersion()
+  // checkChromedriverVersion()
   cleanOutputDirectory()
   copyAssets()
   transpilePackagesWithCustomTranspilerPaths()
@@ -89,7 +89,7 @@ if (!argv.existingBinaries) {
 if (!argv.generateApiDocs) {
   binariesPromise
     .then(packageApplication)
-    .then(packagedAppPath => generateStartupSnapshot(packagedAppPath).then(() => packagedAppPath))
+    // .then(packagedAppPath => generateStartupSnapshot(packagedAppPath).then(() => packagedAppPath))
     .then(async packagedAppPath => {
       switch (process.platform) {
         case 'darwin': {