fix(license): only return the license in pro mode
This commit is contained in:
committed by
Webber Takken
parent
0badec78bf
commit
2d3095660d
@@ -1,5 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
if [[ -n "$UNITY_SERIAL" ]]; then
|
||||||
#
|
#
|
||||||
# PROFESSIONAL (SERIAL) LICENSE MODE
|
# PROFESSIONAL (SERIAL) LICENSE MODE
|
||||||
#
|
#
|
||||||
@@ -12,3 +13,4 @@ xvfb-run --auto-servernum --server-args='-screen 0 640x480x24' \
|
|||||||
-logFile /dev/stdout \
|
-logFile /dev/stdout \
|
||||||
-quit \
|
-quit \
|
||||||
-returnlicense
|
-returnlicense
|
||||||
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user