Update activate.ps1

This commit is contained in:
Soloman 2024-01-25 05:40:32 -05:00 committed by GitHub
parent af4dbec8c0
commit 29cfd3feee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,6 @@ if ( ($null -ne ${env:UNITY_SERIAL}) -and ($null -ne ${env:UNITY_EMAIL}) -and ($
-PassThru ` -PassThru `
-ArgumentList "-batchmode ` -ArgumentList "-batchmode `
-quit ` -quit `
-nographics `
-username $Env:UNITY_EMAIL ` -username $Env:UNITY_EMAIL `
-password $Env:UNITY_PASSWORD ` -password $Env:UNITY_PASSWORD `
-serial $Env:UNITY_SERIAL ` -serial $Env:UNITY_SERIAL `