Remove arguments for license activation from build step

pull/735/head
Pyeongseok Oh 2025-09-10 16:27:24 +09:00
parent c6c8236152
commit 24f86eb7e1
No known key found for this signature in database
1 changed files with 0 additions and 2 deletions

View File

@ -149,8 +149,6 @@ echo ""
$( [ "${MANUAL_EXIT}" == "true" ] || echo "-quit" ) \
-batchmode \
$( [ "${ENABLE_GPU}" == "true" ] || echo "-nographics" ) \
-username "$UNITY_EMAIL" \
-password "$UNITY_PASSWORD" \
-customBuildName "$BUILD_NAME" \
-projectPath "$UNITY_PROJECT_PATH" \
-buildTarget "$BUILD_TARGET" \