Skip to content

Commit

Permalink
fix: most likely this needs to be a Windows backslash
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke committed Jul 11, 2023
1 parent f0c71fc commit db8d209
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ force: true

<resources>
<code path="index.ts" order="1"/>
<resx path="strings/DB<%= h.capitalize(name) %>.de.resx" version="<%= version %>" />
<resx path="strings\DB<%= h.capitalize(name) %>.de.resx" version="<%= version %>" />
</resources>
</control>
</manifest>
Expand Down

0 comments on commit db8d209

Please sign in to comment.