try deleting activate license file

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

View File

@ -49,6 +49,12 @@ if [ "$PACKAGE_MODE" = "true" ]; then
echo "###########################" echo "###########################"
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 "$UNITY_PROJECT_PATH"
echo "" echo ""