Skip to content

Commit a0129fb

Browse files
authored
[feat] Linux downloads (#24)
* Added linux download URL. * Update editor-installers.json
1 parent 926d0fb commit a0129fb

File tree

3 files changed

+151
-0
lines changed

3 files changed

+151
-0
lines changed

bin/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ const cli = meow(
5959

6060
const osKeyMap = {
6161
'Darwin': 'mac',
62+
'Linux': 'linux',
6263
'Windows_NT': 'win64'
6364
};
6465

0 commit comments

Comments
 (0)