Refactor linux.sh and fetch nightly script

This commit is contained in:
Shivam Mathur
2020-06-08 01:51:09 +05:30
parent da7361cc8f
commit 35c24a7d2f
4 changed files with 24 additions and 35 deletions

2
dist/index.js vendored
View File

@ -2358,7 +2358,7 @@ async function run() {
case 'darwin':
case 'linux':
script_path = await build(os_version + '.sh', version, os_version);
await exec_1.exec('sh ' + script_path + ' ' + version + ' ' + __dirname);
await exec_1.exec('bash ' + script_path + ' ' + version + ' ' + __dirname);
break;
case 'win32':
script_path = await build('win32.ps1', version, os_version);