From c9dc026ec8cddee7a4dffc4f401a4d35eb617e8c Mon Sep 17 00:00:00 2001 From: AndrewKahr <22359829+AndrewKahr@users.noreply.github.com> Date: Fri, 21 Jan 2022 13:21:22 -0800 Subject: [PATCH] Update dist/platforms/windows/steps/return_license.ps1 Co-authored-by: Webber Takken --- dist/platforms/windows/steps/return_license.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/platforms/windows/steps/return_license.ps1 b/dist/platforms/windows/steps/return_license.ps1 index a284f847..94e9ecd8 100644 --- a/dist/platforms/windows/steps/return_license.ps1 +++ b/dist/platforms/windows/steps/return_license.ps1 @@ -1,4 +1,4 @@ -# Returns the active Unity license +# Return the active Unity license & "C:\Program Files\Unity\Hub\Editor\$Env:UNITY_VERSION\Editor\Unity.exe" -batchmode -quit -nographics ` -username $Env:UNITY_USER ` -password $Env:UNITY_PASS `