try logging hidden package files

pull/164/head
Aaron Trudeau 2022-06-30 20:37:25 -04:00
parent 6d87a92844
commit 1f56db93bb
No known key found for this signature in database
GPG Key ID: D6874B046ABF9536
1 changed files with 1 additions and 7 deletions

View File

@ -49,13 +49,7 @@ if [ "$PACKAGE_MODE" = "true" ]; then
echo "###########################"
echo ""
# delete the file _activate-license if it exists
if [ -f "$UNITY_PROJECT_PATH/_activate-license" ]; then
echo "Deleting _activate-license file."
rm "$UNITY_PROJECT_PATH/_activate-license"
fi
ls "$UNITY_PROJECT_PATH"
ls -a "$UNITY_PROJECT_PATH"
echo ""
echo "Creating an empty Unity project to add the package $PACKAGE_NAME to."