Skip to content

Commit a76d6ba

Browse files
alexrpmlugg
authored andcommitted
handle netbsd in tarball names
1 parent 33b3467 commit a76d6ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ async function getTarballName() {
145145
sunos: 'illumos',
146146
linux: 'linux',
147147
darwin: 'macos',
148+
netbsd: 'netbsd',
148149
openbsd: 'openbsd',
149150
win32: 'windows',
150151
}[os.platform()];

0 commit comments

Comments
 (0)