Skip to content

Commit 841bc0a

Browse files
mreiderclaude
andcommitted
Move NSIS artifactName into nsis block so it takes effect
win.artifactName is ignored by the NSIS target, so v0.5.2 still produced "Purroxy Setup 0.5.2.exe" and latest.yml shipped with an empty sha512 and a URL that doesn't resolve on GitHub (spaces get sanitized to dots by the release API). Moving the setting to nsis.artifactName makes electron-builder emit Purroxy-Setup-${version}.exe on disk, matching what the workflow's gen_yml step expects. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 976904b commit 841bc0a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

electron-builder.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ mac:
1414
win:
1515
icon: resources/icon.png
1616
target: nsis
17+
nsis:
1718
artifactName: ${productName}-Setup-${version}.${ext}
1819
linux:
1920
category: Utility

0 commit comments

Comments
 (0)