unity-builder/action/steps/return_license.sh
2020-11-09 20:04:56 +01:00

15 lines
261 B
Bash
Executable File

#!/usr/bin/env bash
if [[ -n "$UNITY_SERIAL" ]]; then
#
# PROFESSIONAL (SERIAL) LICENSE MODE
#
# This will return the license that is currently in use.
#
unity-editor \
-nographics \
-logFile /dev/stdout \
-quit \
-returnlicense
fi