vala-lang / valdo

Create new Vala projects from templates
GNU Lesser General Public License v2.1
49 stars 13 forks source link

Follow GitHub RDNN scheme for elementary OS apps #10

Closed dar5hak closed 3 years ago

dar5hak commented 3 years ago

elementary OS AppCenter only supports GitHub projects currently, and their recommended RDNN scheme is com.github.yourusername.yourrepositoryname as opposed to com.yourusername.yourrepositoryname used in the eos template.

This PR normalizes it across the template.

It is not strictly required in the .desktop.in and .appdata.xml.in file names, but I renamed those anyway for consistency.