Ubuntu App Showdown: Commercial applications
- by Adrian
Me and a few of my friends decided to create a game for the App showdown. However, we wanted to make a commercial game out of it (for <5$).
So the question is:
If I want to submit a commercial app, what exactly do I have to do? We would be willing to provide it as open source software but want to sell it in USC anyway.
How should I submit the app if we can do that?
(Note: we would only open source if it's required, but would prefer to only share the source with the judges. Is that also possible?).
Also: If I have to upload the source code to the PPA and let it build by ubuntu's build service: How do I do that with Mono-apps? It worked perfectly for other projects where I had CMakeFiles and stuff like that. But for Mono, I only have a MonoDevelop project file - how to do that right?
Thanks