try logging hidden package files
parent
6d87a92844
commit
1f56db93bb
|
@ -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."
|
||||
|
|
Loading…
Reference in New Issue