mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Allow script/cibuild to run on windows
This commit is contained in:
@@ -5,8 +5,8 @@ var path = require('path');
|
||||
|
||||
process.chdir(path.dirname(__dirname));
|
||||
|
||||
if (process.platform != 'darwin')
|
||||
throw new Error('cibuild can not run on ' + process.platform + ' yet!');
|
||||
if (process.platform == 'linux' )
|
||||
throw new Error('cibuild can not run on linux yet!');
|
||||
|
||||
var homeDir = process.platform == 'win32' ? process.env.USERPROFILE : process.env.HOME;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user