Fix the logic to restart the Godot application

This commit is contained in:
Fredia Huya-Kouadio
2022-05-23 12:33:15 -07:00
parent 241c267d9c
commit b162e7ac39
9 changed files with 163 additions and 88 deletions

View File

@@ -35,6 +35,8 @@ while IFS= read -rd '' f; do
continue 2
elif [[ "$f" == "platform/android/java/lib/src/org/godotengine/godot/gl/EGLLogWrapper"* ]]; then
continue 2
elif [[ "$f" == "platform/android/java/lib/src/org/godotengine/godot/utils/ProcessPhoenix"* ]]; then
continue 2
fi
python misc/scripts/copyright_headers.py "$f"
continue 2