Skip to content

Commit db8d209

Browse files
committed
fix: most likely this needs to be a Windows backslash
1 parent f0c71fc commit db8d209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/_templates/power-apps/new/comp-xml.ejs.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ force: true
7373

7474
<resources>
7575
<code path="index.ts" order="1"/>
76-
<resx path="strings/DB<%= h.capitalize(name) %>.de.resx" version="<%= version %>" />
76+
<resx path="strings\DB<%= h.capitalize(name) %>.de.resx" version="<%= version %>" />
7777
</resources>
7878
</control>
7979
</manifest>

0 commit comments

Comments
 (0)