Gabriele Contini
2019-11-10 a5935a3a5f398ddaecb94489d33abbedf2f0fa49
src/templates/public_key.inja
@@ -1,2 +1,4 @@
#define PRODUCT_NAME {{ product_name }}
#define PUBLIC_KEY {1,2,3}
#define PUBLIC_KEY { \
{%for i in public_key%}{% if loop.index1 > 1 %},{% endif %}{{ i }}{%endfor%}\
}