From f698c4f3bf90a5e3cead7aa886318df028a61e90 Mon Sep 17 00:00:00 2001 From: David Finol Date: Sat, 7 May 2022 23:08:02 -0500 Subject: [PATCH] Fix mac return license --- dist/platforms/mac/steps/return_license.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dist/platforms/mac/steps/return_license.sh b/dist/platforms/mac/steps/return_license.sh index 67db4182..423a32f0 100755 --- a/dist/platforms/mac/steps/return_license.sh +++ b/dist/platforms/mac/steps/return_license.sh @@ -9,6 +9,8 @@ pushd "$ACTIVATE_LICENSE_PATH" -batchmode \ -nographics \ -quit \ + -username "$UNITY_EMAIL" \ + -password "$UNITY_PASSWORD" \ -returnlicense \ -projectPath "$ACTIVATE_LICENSE_PATH"