vala-lang / valdo

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

Empty folders in template directory don't get added to artifacts #5

Closed aeldemery closed 3 years ago

aeldemery commented 3 years ago

I guess this condition should be reviewed here

if (!(file_type == FileType.REGULAR || file_type == FileType.SYMBOLIC_LINK || file_type == FileType.SHORTCUT))

Thanks