Skip to content

Commit 23813d7

Browse files
committed
Update
1 parent bc70f4f commit 23813d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

create-project.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ function create_folders()
3939

4040
# We create a project file which will be used to configure our generated files
4141
touch uvproj.yaml && echo "\
42-
name: \"${prjname}\"
43-
version: \"1.0.0.0\"
44-
engine-version: \"1.0.0\"" > uvproj.yaml
42+
name: \"${prjname}\"
43+
version: \"1.0.0.0\"
44+
engine-version: \"1.0.0\"" > uvproj.yaml
4545

4646
# Create symbolic links
4747
ln -rs "../../Framework/" Framework 2> /dev/null || cp ../../Engine/ . -r

0 commit comments

Comments
 (0)