Remove mkdir call

pull/164/head
Aaron Trudeau 2021-10-21 01:30:00 -04:00
parent 635b6929b9
commit f5125f8d1d
No known key found for this signature in database
GPG Key ID: 29F89A9BDAAF7BDE
1 changed files with 2 additions and 4 deletions

View File

@ -39,11 +39,9 @@ if [ "$PACKAGE_MODE" = "true" ]; then
echo "Creating an empty Unity project to add the package to."
mkdir "TempProject"
unity-editor \
unity-editor \
-batchMode \
-createProject "./TempProject" \
-createProject "./TempProject" \
-quit
UNITY_PROJECT_PATH="./TempProject"