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 `