mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Merge pull request #538 from EpochModTeam/Ray
always PBO minimized (don't lose focus)
This commit is contained in:
commit
ca29909d70
@ -784,7 +784,7 @@ $Timer1 = New-Object System.Windows.Forms.Timer($components)
|
||||
|
||||
$argz = @($tmp, ('"' + $Output + '"'), "-packonly", "-clear", "-prefix=$name", "-project=$tmp", "-include=$includes")
|
||||
|
||||
Start-Process -FilePath $Bob -ArgumentList $argz -Wait
|
||||
Start-Process -FilePath $Bob -ArgumentList $argz -WindowStyle Minimized -Wait
|
||||
}
|
||||
"Client"
|
||||
{
|
||||
@ -794,7 +794,7 @@ $Timer1 = New-Object System.Windows.Forms.Timer($components)
|
||||
|
||||
$argz = @($tmp, ('"' + $Output + '"'), "-clear", "-prefix=$name", "-project=$tmp", "-include=$includes")
|
||||
#Write-Host $argz
|
||||
Start-Process -FilePath $Bob -ArgumentList $argz -Wait
|
||||
Start-Process -FilePath $Bob -ArgumentList $argz -WindowStyle Minimized -Wait
|
||||
}
|
||||
"Missions"
|
||||
{
|
||||
@ -809,7 +809,7 @@ $Timer1 = New-Object System.Windows.Forms.Timer($components)
|
||||
|
||||
$argz = @($tmp, ('"' + $Output + '"'), "-clear", "-prefix=\", "-project=P:\", "-include=$includes")
|
||||
|
||||
Start-Process -FilePath $Bob -ArgumentList $argz -Wait
|
||||
Start-Process -FilePath $Bob -ArgumentList $argz -WindowStyle Minimized -Wait
|
||||
}
|
||||
}
|
||||
#cleanup
|
||||
|
Loading…
Reference in New Issue
Block a user