{% if platform == 'windows' %} {{filename}}.exe {% elif platform == 'linux' %} {{filename}}.deb
{{filename}}.rpm
{{filename}}-suse.rpm {% elif platform == 'android' %} {{filename}}.apk {% else %} Error, no file generated {% endif %}