mirror of
https://github.com/atom/atom.git
synced 2026-01-25 06:48:28 -05:00
10 lines
311 B
Batchfile
10 lines
311 B
Batchfile
SET BUILD_ATOM_RELEASES_S3_KEY=%BUILD_ATOM_WIN_RELEASES_S3_KEY%
|
|
SET BUILD_ATOM_RELEASES_S3_SECRET=%BUILD_ATOM_WIN_RELEASES_S3_SECRET%
|
|
SET BUILD_ATOM_RELEASES_S3_BUCKET=%BUILD_ATOM_WIN_RELEASES_S3_BUCKET%
|
|
|
|
@IF EXIST "%~dp0\node.exe" (
|
|
"%~dp0\node.exe" "%~dp0\cibuild" %*
|
|
) ELSE (
|
|
node "%~dp0\cibuild" %*
|
|
)
|