Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyTWF authored Jan 26, 2021
1 parent 412f3c0 commit 8945a2c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,18 @@
"assets": [
{
"path": "publish/windows/CompilerCli.exe",
"label": "cli-windows-x64"
"label": "cli-windows-x64",
"name": "cli-windows-x64"
},
{
"path": "publish/linux/CompilerCli",
"label": "cli-linux-x64"
"label": "cli-linux-x64",
"name": "cli-linux-x64"
},
{
"path": "publish/osx/CompilerCli",
"label": "cli-mac-x64"
"label": "cli-mac-x64",
"name": "cli-mac-x64"
}
]
}
Expand Down

0 comments on commit 8945a2c

Please sign in to comment.