This PR logically separates out parts of the code to their own crates. This will be useful for future Tauri App development.
5 lines
141 B
Django/Jinja
5 lines
141 B
Django/Jinja
{%- if let Some(files) = module.get_files_list() %}
|
|
{%- for (src, dest) in files %}
|
|
COPY {{ src }} {{ dest }}
|
|
{%- endfor %}
|
|
{%- endif %}
|