mirror of https://github.com/axmolengine/axmol.git
fixed #637: rename derectory name from Resource to Resources
This commit is contained in:
parent
657fe9a17d
commit
65f3d53aae
|
@ -43,11 +43,11 @@ copy_cpp_h_from_helloworld(){
|
|||
|
||||
# copy resources
|
||||
copy_resouces(){
|
||||
mkdir $APP_DIR/Resource
|
||||
mkdir $APP_DIR/Resources
|
||||
|
||||
for file in $HELLOWORLD_ROOT/Resource/*
|
||||
do
|
||||
cp $file $APP_DIR/Resource
|
||||
cp $file $APP_DIR/Resources
|
||||
done
|
||||
}
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
ef940d5753a60f54cba21c8c503248f75bd3ab98
|
||||
6616770f7d0487bf12f076293d27d5ef5f11af1e
|
|
@ -1 +1 @@
|
|||
dec21d9705b1a93bf01aac9fb46e3e65996adfba
|
||||
99f6132989ba063c7d343a1b0b27799df3d2f280
|
Loading…
Reference in New Issue