Skip to content

Commit

Permalink
asda
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaurin committed Mar 7, 2024
1 parent 3bbf34a commit dd42df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/rs-liveries.nsi.j2
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ Section "-RS member retirement"
{%- for asset in all_assets %}
{%- if asset.asset_type == "livery" %}
{%- for retiree in retirees %}
RMDir /r "$InstDir\{{ asset.dcs_codename }}\{{ basename }} {{ retiree }}"
RMDir /r "$InstDir\{{ asset.dcs_codename }}\{{ asset.basename }} {{ retiree }}"
{%- endfor %}
{%- endif %}
{%- endfor %}
Expand Down

0 comments on commit dd42df4

Please sign in to comment.