package defintion improvements
Added CmdletExists and AppExeExists conditions Cleanup of existing package description files
This commit is contained in:
parent
2b51f37cb7
commit
c9d13f5c4d
8 changed files with 20 additions and 27 deletions
|
@ -2,11 +2,7 @@
|
|||
"package": {
|
||||
"Condition": [
|
||||
{
|
||||
"custom": "Get-Command git -Type Application",
|
||||
"System": null,
|
||||
"Hostname": null,
|
||||
"Username": null,
|
||||
"Logic": 0
|
||||
"AppExeExists": "git"
|
||||
}
|
||||
],
|
||||
"Name": "git"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue