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