1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

Unify common build properties

This commit is contained in:
Reinhard Pointner 2016-11-05 04:46:24 +08:00
parent 4e177576e0
commit 428b3ebac5

View File

@ -1,5 +1,4 @@
$app = Get-WmiObject -Query "SELECT * FROM Win32_Product WHERE Name = 'FileBot'" $app = Get-WmiObject -Query "SELECT * FROM Win32_Product WHERE Name = '@{application.name}'"
echo $app
if ($app -eq $null) { if ($app -eq $null) {
echo 'FileBot is not installed.' echo 'FileBot is not installed.'