Change expected mac release asset name osx -> macos

This commit is contained in:
Max Brunsfeld 2021-02-11 16:14:57 -08:00
parent 457c565266
commit f32c7821ba

View file

@ -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];