mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-04 16:35:08 -05:00
Unify common build properties
This commit is contained in:
parent
4e177576e0
commit
428b3ebac5
@ -1,5 +1,4 @@
|
||||
$app = Get-WmiObject -Query "SELECT * FROM Win32_Product WHERE Name = 'FileBot'"
|
||||
echo $app
|
||||
$app = Get-WmiObject -Query "SELECT * FROM Win32_Product WHERE Name = '@{application.name}'"
|
||||
|
||||
if ($app -eq $null) {
|
||||
echo 'FileBot is not installed.'
|
||||
|
Loading…
Reference in New Issue
Block a user