Temporarily disable snapshotting

This commit is contained in:
Winston Liu
2019-05-21 20:24:53 -04:00
parent 906a106234
commit cfaca0a444

View File

@@ -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': {