From 2652cb78a7f9424999e3ebef90a55c35a8c7f080 Mon Sep 17 00:00:00 2001 From: David Finol Date: Sun, 8 May 2022 06:18:37 -0500 Subject: [PATCH] Fix mac return license (#397) --- 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"