How to change Debug apk name

After Voltbuilder sends my Android app to my DropBox folder, the title of it is:
MyApp.debug v1.0.0.apk.

How do I change that to just
MyApp.apk

Thanks

You’ll need to change it manually. The ‘debug’ and version info is there so that if you do different builds, they do not overwrite each other.