Skip to content

Commit

Permalink
Merge pull request #211 from sempare/rc-template-update
Browse files Browse the repository at this point in the history
Update Sempare.Template.RCGenerator.tpl
  • Loading branch information
darnocian authored Oct 7, 2024
2 parents e4e075e + b6c5cb7 commit 253af54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/Sempare.Template.RCGenerator.tpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<%- for filename in files *%>
<% RCName(filename) %> RCDATA "<% EscapeBackslash(filename) %>"
<%- end *%>
<%- for filename in files %>
<%- RCName(filename) %> RCDATA "<% EscapeBackslash(filename) %>"
<% end %>

0 comments on commit 253af54

Please sign in to comment.