How to remove created with cocos creator footage

hey everybody
I am trying to remove the “created with cocos creator” footer.

but I dont know how. I searched for index.html in build-templates and changed the ‘creaated with cocos creator’ footer there. But I still get the same results.

Build the app for web mobile or web desktop. Then go and edit the index.html in the build. At the end of index.html you will find the line:

<p class="footer">Created with <a href="http://cocos.com/cocoscreator" title="cocos creator">Cocos Creator</a></p>

Which you can easily delete or change.

1 Like