Skip to content

Commit

Permalink
fix(nsis): fix installer.nsi resources loop
Browse files Browse the repository at this point in the history
  • Loading branch information
amr-crabnebula committed Dec 1, 2023
1 parent d40f691 commit 9b56eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/packager/src/package/nsis/installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ Section Install

; Copy resources
{{#each resources}}
File /a "/oname={{this.[1]}}" "{{this.[0]}}"
File /a "/oname={{this}}" "{{@key}}"
{{/each}}

; Copy external binaries
Expand Down

0 comments on commit 9b56eaf

Please sign in to comment.