adding command dependency
This commit is contained in:
parent
b028a6afac
commit
086ec3de15
|
@ -32,6 +32,20 @@
|
|||
"@value": "sqlite"},
|
||||
"mysql"
|
||||
]
|
||||
}
|
||||
},
|
||||
"command": [
|
||||
{
|
||||
"@attributes" : {
|
||||
"os": "linux"
|
||||
},
|
||||
"@value": "grep"
|
||||
},
|
||||
{
|
||||
"@attributes" : {
|
||||
"os": "windows"
|
||||
},
|
||||
"@value": "notepad.exe"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -25,5 +25,7 @@
|
|||
<database min-version="3.0">sqlite</database>
|
||||
<database>mysql</database>
|
||||
</databases>
|
||||
<command os="linux">grep</command>
|
||||
<command os="windows">notepad.exe</command>
|
||||
</dependencies>
|
||||
</info>
|
||||
|
|
Loading…
Reference in New Issue