mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Temporarily disable snapshotting
This commit is contained in:
@@ -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': {
|
||||
|
||||
Reference in New Issue
Block a user