Change expected mac release asset name osx -> macos
This commit is contained in:
parent
457c565266
commit
f32c7821ba
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ const packageJSON = require('./package.json');
|
|||
|
||||
// Determine the URL of the file.
|
||||
const platformName = {
|
||||
'darwin': 'osx',
|
||||
'darwin': 'macos',
|
||||
'linux': 'linux',
|
||||
'win32': 'windows'
|
||||
}[process.platform];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue