mirror of https://github.com/axmolengine/axmol.git
Merge pull request #678 from minggo/test
make linux template work correctly
This commit is contained in:
commit
dc6a4ce709
|
@ -38,7 +38,7 @@ move_eclipse_configures_into(){
|
||||||
|
|
||||||
sed -i "s/HelloWorld/$APP_NAME/" $APP_DIR/Linux/.project
|
sed -i "s/HelloWorld/$APP_NAME/" $APP_DIR/Linux/.project
|
||||||
|
|
||||||
sed -i "s:\.\./\.\./\.\./:$COCOS2DX_ROOT:;s:helloworld:$APP_NAME:" $APP_DIR/Linux/.cproject
|
sed -i "s/HelloWorld/$APP_NAME/" $APP_DIR/Linux/.cproject
|
||||||
}
|
}
|
||||||
|
|
||||||
move_files_into_linux
|
move_files_into_linux
|
||||||
|
|
Loading…
Reference in New Issue