From cfaca0a444ade5603d944695b55fbe00bee37601 Mon Sep 17 00:00:00 2001 From: Winston Liu <50Wliu@users.noreply.github.com> Date: Tue, 21 May 2019 20:24:53 -0400 Subject: [PATCH] Temporarily disable snapshotting --- script/build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/script/build b/script/build index c70c27754..71ab00f45 100755 --- a/script/build +++ b/script/build @@ -86,7 +86,8 @@ if (!argv.existingBinaries) { if (!argv.generateApiDocs) { binariesPromise .then(packageApplication) - .then(packagedAppPath => generateStartupSnapshot(packagedAppPath).then(() => packagedAppPath)) + // FIXME: Re-enable snapshotting + // .then(packagedAppPath => generateStartupSnapshot(packagedAppPath).then(() => packagedAppPath)) .then(packagedAppPath => { switch (process.platform) { case 'darwin': {