mirror of
https://github.com/atom/atom.git
synced 2026-01-25 14:59:03 -05:00
Update CONFIG.appMetadata after generate-module-cache
This commit is contained in:
@@ -26,5 +26,6 @@ module.exports = function () {
|
||||
]
|
||||
}
|
||||
}
|
||||
fs.writeFileSync(path.join(CONFIG.intermediateAppPath, 'package.json'), JSON.stringify(newMetadata))
|
||||
CONFIG.appMetadata = newMetadata
|
||||
fs.writeFileSync(path.join(CONFIG.intermediateAppPath, 'package.json'), JSON.stringify(CONFIG.appMetadata))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user