Prepare configuration file to appropriate path

pull/735/head
Pyeongseok Oh 2025-09-10 18:20:18 +09:00
parent e5a2f8262e
commit 212147f7b1
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@ elif [[ -n "$UNITY_LICENSING_SERVER" ]]; then
# Custom Unity License Server
#
echo "Adding licensing server config"
mkdir -p "$UNITY_LICENSE_PATH/config/"
cp "$ACTION_FOLDER/unity-config/services-config.json" "$UNITY_LICENSE_PATH/config/services-config.json"
/Applications/Unity/Hub/Editor/$UNITY_VERSION/Unity.app/Contents/Frameworks/UnityLicensingClient.app/Contents/MacOS/Unity.Licensing.Client \
--acquire-floating > license.txt