Revert "fix false positive activation file detection"

This reverts commit 580c9c14a0.
pull/164/head
Aaron Trudeau 2022-05-11 00:06:38 -04:00
parent 4895ba9da2
commit 0e7c6f93e2
No known key found for this signature in database
GPG Key ID: D6874B046ABF9536
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ if [ "$PACKAGE_MODE" = "true" ]; then
ACTIVATE_LICENSE_FILE_NAME="_activate-license" ACTIVATE_LICENSE_FILE_NAME="_activate-license"
if [ -f "$UNITY_PROJECT_PATH/$ACTIVATE_LICENSE_FILE_NAME"]; then if [ -f "$ACTIVATE_LICENSE_FILE_NAME"]; then
echo "Package is in repository root. Copying package to temporary directory to avoid Unity Errors." echo "Package is in repository root. Copying package to temporary directory to avoid Unity Errors."
ROOT_FOLDER_NAME=$(echo "${PWD##*/}") ROOT_FOLDER_NAME=$(echo "${PWD##*/}")