mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-13 08:44:12 +03:00
Do the needful to get Electron binaries.
This commit is contained in:
parent
09bd603c4b
commit
8514cb18cd
@ -45,6 +45,13 @@ function setEnvironmentVariables() {
|
||||
process.env.BUILD_ATOM_RELEASES_S3_SECRET = process.env.BUILD_ATOM_WIN_RELEASES_S3_SECRET
|
||||
process.env.BUILD_ATOM_RELEASES_S3_BUCKET = process.env.BUILD_ATOM_WIN_RELEASES_S3_BUCKET
|
||||
}
|
||||
|
||||
// `node-pre-gyp` will look for these when determining which binary to
|
||||
// download or how to rebuild.
|
||||
process.env.npm_config_runtime = 'electron';
|
||||
// TODO: get this from package.json
|
||||
process.env.npm_config_target = '0.34.5';
|
||||
process.env.npm_config_disturl = 'https://atom.io/download/atom-shell';
|
||||
}
|
||||
|
||||
function removeNodeModules() {
|
||||
|
Loading…
Reference in New Issue
Block a user