From 29cfd3feeedc64870176a699db81e92945a6fb59 Mon Sep 17 00:00:00 2001 From: Soloman Date: Thu, 25 Jan 2024 05:40:32 -0500 Subject: [PATCH] Update activate.ps1 --- dist/platforms/windows/activate.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/dist/platforms/windows/activate.ps1 b/dist/platforms/windows/activate.ps1 index 1f630983..d112ddba 100644 --- a/dist/platforms/windows/activate.ps1 +++ b/dist/platforms/windows/activate.ps1 @@ -20,7 +20,6 @@ if ( ($null -ne ${env:UNITY_SERIAL}) -and ($null -ne ${env:UNITY_EMAIL}) -and ($ -PassThru ` -ArgumentList "-batchmode ` -quit ` - -nographics ` -username $Env:UNITY_EMAIL ` -password $Env:UNITY_PASSWORD ` -serial $Env:UNITY_SERIAL `