fix(license): only return the license in pro mode

pull/15/head
Jibbajabbafic 2020-01-12 19:17:07 +00:00
parent 0badec78bf
commit 67b310bf60
1 changed files with 14 additions and 12 deletions

View File

@ -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