blob: 842a629769747de3dc50eee4daa67d72b808347b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"id": "powershell",
"name": "PowerShell",
"options": {
"version": {
"type": "string",
"proposals": ["latest", "none", "7.1"],
"default": "latest",
"description": "Select or enter a version of PowerShell."
}
},
"install": {
"app": "",
"file": "install.sh"
}
}
|